1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 08:50:08 +00:00

af-magic: fix virtualenv prompt suffix

This commit is contained in:
Marc Cornellà 2020-02-18 22:28:58 +01:00
parent e8609b857c
commit de261bd29c

View file

@ -39,4 +39,4 @@ ZSH_THEME_HG_PROMPT_SUFFIX="$FG[075])%{$reset_color%}"
# virtualenv settings
ZSH_THEME_VIRTUALENV_PREFIX=" $FG[075]["
ZSH_THEME_VIRTUALENV_PREFIX="]%{$reset_color%}"
ZSH_THEME_VIRTUALENV_SUFFIX="]%{$reset_color%}"