diff --git a/themes/af-magic.zsh-theme b/themes/af-magic.zsh-theme index cd90b106..f40aa284 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 -if type "virtualenv_prompt" > /dev/null +if type "virtualenv_prompt_info" > /dev/null then RPROMPT='$(virtualenv_prompt_info)$my_gray%n@%m%{$reset_color%}%' else