From e3d463f7089a792e0e0b749c57c4e72b164d0c52 Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 1 Apr 2015 06:38:14 +0200 Subject: [PATCH] mj.zsh-theme: ZSH_THEME_VIRTUALENV_PREFIX ... --- custom/themes/mj.zsh-theme | 2 ++ 1 file changed, 2 insertions(+) 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%} ' -- 2.0.0