diff options
author | LFDM <1986gh@gmail.com> | 2014-01-06 09:59:50 +0100 |
---|---|---|
committer | LFDM <1986gh@gmail.com> | 2014-01-06 09:59:50 +0100 |
commit | 2d6d9d525fbf791affef71e2d7fd0a0f2cd0c30c (patch) | |
tree | 1899d903ec926838e32141adc87ce2adad316c83 /themes/af-magic.zsh-theme | |
parent | 85fde31991dc04f34450390e7d20992a7334c90a (diff) | |
download | zsh-2d6d9d525fbf791affef71e2d7fd0a0f2cd0c30c.tar.gz zsh-2d6d9d525fbf791affef71e2d7fd0a0f2cd0c30c.tar.bz2 zsh-2d6d9d525fbf791affef71e2d7fd0a0f2cd0c30c.zip |
Fixes RPROMPT in af-magic.zsh-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 4cf282590..f241efb6a 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 -PROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%' +RPROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%' # git settings ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075](branch:" |