diff options
author | Robby Russell <robby@planetargon.com> | 2014-01-06 20:06:10 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-01-06 20:06:10 -0800 |
commit | d485044169c2ac18e9e8e7fe29f7d4d93864168a (patch) | |
tree | 39964643518501fd99562420eb4aaac4bcced58e /themes | |
parent | a609fd5616251e8611f620d5a3d27ef0de4414b3 (diff) | |
parent | 3e5e2d45e95f0ee523ce2572a5e88f6e761e7067 (diff) | |
download | zsh-d485044169c2ac18e9e8e7fe29f7d4d93864168a.tar.gz zsh-d485044169c2ac18e9e8e7fe29f7d4d93864168a.tar.bz2 zsh-d485044169c2ac18e9e8e7fe29f7d4d93864168a.zip |
Merge pull request #2389 from driver2000/patch-1
Fix bad right prompt placing.
Diffstat (limited to 'themes')
-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:" |