summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2014-01-06 20:06:10 -0800
committerRobby Russell <robby@planetargon.com>2014-01-06 20:06:10 -0800
commitd485044169c2ac18e9e8e7fe29f7d4d93864168a (patch)
tree39964643518501fd99562420eb4aaac4bcced58e
parenta609fd5616251e8611f620d5a3d27ef0de4414b3 (diff)
parent3e5e2d45e95f0ee523ce2572a5e88f6e761e7067 (diff)
downloadzsh-d485044169c2ac18e9e8e7fe29f7d4d93864168a.tar.gz
zsh-d485044169c2ac18e9e8e7fe29f7d4d93864168a.tar.bz2
zsh-d485044169c2ac18e9e8e7fe29f7d4d93864168a.zip
Merge pull request #2389 from driver2000/patch-1
Fix bad right prompt placing.
-rw-r--r--themes/af-magic.zsh-theme2
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:"