mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
fix(pygmalion-virtualenv): prompt to bottom
This commit is contained in:
parent
37a623ad22
commit
3568f669fc
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ prompt_pygmalion_precmd(){
|
|||
if [[ $prompt_length -gt 40 ]]; then
|
||||
nl=$'\n%{\r%}'
|
||||
fi
|
||||
|
||||
PROMPT="${base_prompt}\$(git_prompt_info)${nl}${post_prompt}"
|
||||
}
|
||||
|
||||
prompt_setup_pygmalion
|
||||
|
||||
PROMPT="${base_prompt}\$(git_prompt_info)${nl}${post_prompt}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue