diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-02-18 22:28:58 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-02-18 22:28:58 +0100 |
commit | de261bd29cb5920b9ad37e67fe5e29ae3c348cfd (patch) | |
tree | 42cfd8bb483a9b1987407b325bebad7a1400c31d /themes/af-magic.zsh-theme | |
parent | e8609b857caf730c626ab27910ece30420bc6693 (diff) | |
download | zsh-de261bd29cb5920b9ad37e67fe5e29ae3c348cfd.tar.gz zsh-de261bd29cb5920b9ad37e67fe5e29ae3c348cfd.tar.bz2 zsh-de261bd29cb5920b9ad37e67fe5e29ae3c348cfd.zip |
af-magic: fix virtualenv prompt suffix
Diffstat (limited to 'themes/af-magic.zsh-theme')
-rw-r--r-- | themes/af-magic.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/af-magic.zsh-theme b/themes/af-magic.zsh-theme index 4d1a40947..148991fec 100644 --- a/themes/af-magic.zsh-theme +++ b/themes/af-magic.zsh-theme @@ -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%}" |