mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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
|
if [[ $prompt_length -gt 40 ]]; then
|
||||||
nl=$'\n%{\r%}'
|
nl=$'\n%{\r%}'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PROMPT="${base_prompt}\$(git_prompt_info)${nl}${post_prompt}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
prompt_setup_pygmalion
|
prompt_setup_pygmalion
|
||||||
|
|
||||||
|
PROMPT="${base_prompt}\$(git_prompt_info)${nl}${post_prompt}"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue