Merge pull request #1295 from XL64/master

Fixed johnathan-zsh.theme if rbenv doesn't exists
master
Robby Russell 14 years ago
commit fdf3a3998f
  1. 2
      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 ))

Loading…
Cancel
Save