Browse Source

Add empty function rbenv_prompt_info() if doesn't exists

Xavier Lacoste 11 years ago
parent
commit
28d3b80db1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      themes/jonathan.zsh-theme

+ 2 - 0
themes/jonathan.zsh-theme

@@ -1,3 +1,5 @@
+functions rbenv_prompt_info >& /dev/null || rbenv_prompt_info(){}
+
 function theme_precmd {
     local TERMWIDTH
     (( TERMWIDTH = ${COLUMNS} - 1 ))