1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01: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 ))