1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-07-15 13:35:28 +02:00

Fixes RPROMPT in af-magic.zsh-theme

This commit is contained in:
LFDM
2014-01-06 09:59:50 +01:00
parent 85fde31991
commit 2d6d9d525f

@ -27,7 +27,7 @@ eval my_gray='$FG[237]'
eval my_orange='$FG[214]' eval my_orange='$FG[214]'
# right prompt # right prompt
PROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%' RPROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%'
# git settings # git settings
ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075](branch:" ZSH_THEME_GIT_PROMPT_PREFIX="$FG[075](branch:"