Skip to content

Commit

Permalink
Merge pull request ohmyzsh#2389 from driver2000/patch-1
Browse files Browse the repository at this point in the history
Fix bad right prompt placing.
  • Loading branch information
robbyrussell committed Jan 7, 2014
2 parents a609fd5 + 3e5e2d4 commit d485044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/af-magic.zsh-theme
Expand Up @@ -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:"
Expand Down

0 comments on commit d485044

Please sign in to comment.