Commit e3d463f7089a792e0e0b749c57c4e72b164d0c52
1 parent
ac429f7a9b
Exists in
master
and in
2 other branches
mj.zsh-theme: ZSH_THEME_VIRTUALENV_PREFIX ...
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
custom/themes/mj.zsh-theme
... | ... | @@ -14,6 +14,8 @@ PROMPT_PROMPT=$FG[077] |
14 | 14 | GIT_DIRTY_COLOR=$FG[133] |
15 | 15 | GIT_CLEAN_COLOR=$FG[118] |
16 | 16 | GIT_PROMPT_INFO=$FG[012] |
17 | +ZSH_THEME_VIRTUALENV_PREFIX="%{$FG[239]%} " | |
18 | +ZSH_THEME_VIRTUALENV_SUFFIX="%{$reset_color%}" | |
17 | 19 | |
18 | 20 | PROMPT='%{$MNCOLOR%}%m%{${reset_color}%}$(virtualenv_prompt_info) %{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ%{$reset_color%} ' |
19 | 21 |