diff options
author | Adam Glenn <gekitsuu@users.noreply.github.com> | 2016-07-19 12:01:00 -0700 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-07-19 21:01:00 +0200 |
commit | cc8285b1f708c33338d280bbb5481dc93bafa458 (patch) | |
tree | 21520c4e761f6ed9f448cb018b7dae491608b88a /themes/muse.zsh-theme | |
parent | f4013053d302480b7663ad5c3a04d0442237a952 (diff) | |
download | zsh-cc8285b1f708c33338d280bbb5481dc93bafa458.tar.gz zsh-cc8285b1f708c33338d280bbb5481dc93bafa458.tar.bz2 zsh-cc8285b1f708c33338d280bbb5481dc93bafa458.zip |
adding python virtualenv support to the prompt (#5031)
adding python virtualenv support to muse theme
Diffstat (limited to 'themes/muse.zsh-theme')
-rw-r--r-- | themes/muse.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/muse.zsh-theme b/themes/muse.zsh-theme index 4bd8fb825..55a375747 100644 --- a/themes/muse.zsh-theme +++ b/themes/muse.zsh-theme @@ -13,7 +13,7 @@ GIT_DIRTY_COLOR=$FG[133] GIT_CLEAN_COLOR=$FG[118] GIT_PROMPT_INFO=$FG[012] -PROMPT='%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ%{$reset_color%} ' +PROMPT='%{$PROMPT_SUCCESS_COLOR%}%~%{$reset_color%} %{$GIT_PROMPT_INFO%}$(git_prompt_info) $(virtualenv_prompt_info)%{$GIT_DIRTY_COLOR%}$(git_prompt_status) %{$reset_color%}%{$PROMPT_PROMPT%}ᐅ%{$reset_color%} ' #RPS1="${return_code}" |