diff options
author | Nathan Cox <akujin@akujin.com> | 2013-09-18 08:09:15 -0700 |
---|---|---|
committer | Nathan Cox <akujin@akujin.com> | 2013-09-18 08:09:15 -0700 |
commit | dfe36d7b7b6d70e5179f57afadfd923a36b3ff5a (patch) | |
tree | 9c9e909edbc15d74b6565c45112e9ae2b2d8547b | |
parent | b51c2a0d0b0af68d4b2b70b922f7d56a14a23dcc (diff) | |
download | zsh-dfe36d7b7b6d70e5179f57afadfd923a36b3ff5a.tar.gz zsh-dfe36d7b7b6d70e5179f57afadfd923a36b3ff5a.tar.bz2 zsh-dfe36d7b7b6d70e5179f57afadfd923a36b3ff5a.zip |
Added virtualenv plugin data to af-magic 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 c1b00c62b..4cf282590 100644 --- a/themes/af-magic.zsh-theme +++ b/themes/af-magic.zsh-theme @@ -27,7 +27,7 @@ eval my_gray='$FG[237]' eval my_orange='$FG[214]' # right prompt -RPROMPT='$my_gray%n@%m%{$reset_color%}%' +PROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%' # git settings ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075](branch:" |