1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-20 04:40:08 +00:00

Add empty function rbenv_prompt_info() if doesn't exists

This commit is contained in:
Xavier Lacoste 2012-08-30 16:25:36 +02:00
parent d05b2010ff
commit 28d3b80db1

View file

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