1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-21 20:12:11 +08: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%}"