mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
fix(pygmalion): prompt to bottom
This commit is contained in:
parent
f0590e6597
commit
37a623ad22
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ prompt_pygmalion_precmd(){
|
|||
local gitinfo_nocolor=${gitinfo//\%\{[^\}]##\}}
|
||||
local exp_nocolor="$(print -P \"${base_prompt_nocolor}${gitinfo_nocolor}${post_prompt_nocolor}\")"
|
||||
local prompt_length=${#exp_nocolor}
|
||||
|
||||
PROMPT="${base_prompt}\$(git_prompt_info)${post_prompt}"
|
||||
}
|
||||
|
||||
prompt_setup_pygmalion
|
||||
|
||||
PROMPT="${base_prompt}\$(git_prompt_info)${post_prompt}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue