Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfleming committed Dec 10, 2013
1 parent cbd63f2 commit c05a28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/af-magic.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c05a28a

Please sign in to comment.