summaryrefslogtreecommitdiff
path: root/themes/af-magic.zsh-theme
diff options
context:
space:
mode:
authorAndy Fleming <afleming@variableaction.com>2013-12-10 00:11:22 +0000
committerAndy Fleming <afleming@variableaction.com>2013-12-10 00:11:22 +0000
commitc05a28a7d9c5ca86b66b0fdf2f509e07b2a7b616 (patch)
treebcfb79f1aae2cf71bfa9a351846469338946e7dd /themes/af-magic.zsh-theme
parentcbd63f220dff93ad6c9d00734949106443a5b03b (diff)
downloadzsh-c05a28a7d9c5ca86b66b0fdf2f509e07b2a7b616.tar.gz
zsh-c05a28a7d9c5ca86b66b0fdf2f509e07b2a7b616.tar.bz2
zsh-c05a28a7d9c5ca86b66b0fdf2f509e07b2a7b616.zip
typo fix
Diffstat (limited to 'themes/af-magic.zsh-theme')
-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 cd90b106e..f40aa284a 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