diff options
author | Robby Russell <robby@planetargon.com> | 2013-12-02 23:26:03 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-12-02 23:26:03 -0800 |
commit | b38db4a2d20d1e15967dff17cc2db7bb98cdd4dc (patch) | |
tree | 97ad19295e77165a9a26e64c9f5a786526fcfbd2 /themes/af-magic.zsh-theme | |
parent | b6f4a887acb5b70acaf3d15b32d23c642a98cabe (diff) | |
parent | dfe36d7b7b6d70e5179f57afadfd923a36b3ff5a (diff) | |
download | zsh-b38db4a2d20d1e15967dff17cc2db7bb98cdd4dc.tar.gz zsh-b38db4a2d20d1e15967dff17cc2db7bb98cdd4dc.tar.bz2 zsh-b38db4a2d20d1e15967dff17cc2db7bb98cdd4dc.zip |
Merge pull request #2097 from natecox/master
Added virtualenv plugin data to af-magic theme.
Diffstat (limited to 'themes/af-magic.zsh-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:" |