diff --git a/custom/themes/mj.zsh-theme b/custom/themes/mj.zsh-theme index 4576448..112626f 100644 --- a/custom/themes/mj.zsh-theme +++ b/custom/themes/mj.zsh-theme @@ -14,6 +14,8 @@ PROMPT_PROMPT=$FG[077] GIT_DIRTY_COLOR=$FG[133] GIT_CLEAN_COLOR=$FG[118] GIT_PROMPT_INFO=$FG[012] +ZSH_THEME_VIRTUALENV_PREFIX="%{$FG[239]%} " +ZSH_THEME_VIRTUALENV_SUFFIX="%{$reset_color%}" 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%} '