Andy Fleming 10 年之前
父节点
当前提交
c05a28a7d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/af-magic.zsh-theme

+ 1 - 1
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