1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

Merge pull request #1295 from XL64/master

Fixed johnathan-zsh.theme if rbenv doesn't exists
This commit is contained in:
Robby Russell 2012-12-02 13:02:38 -08:00
commit fdf3a3998f

View file

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