rvm-prompt is now customizable too..

This commit is contained in:
Dominik Ritter 2015-03-22 20:15:33 +01:00
parent d3125e8b6f
commit db9b607b0e

View file

@ -223,7 +223,7 @@ prompt_rvm() {
local rvm_prompt local rvm_prompt
rvm_prompt=`rvm-prompt` rvm_prompt=`rvm-prompt`
if [ "$rvm_prompt" != "" ]; then if [ "$rvm_prompt" != "" ]; then
left_prompt_segment "240" white "$rvm_prompt " $1_prompt_segment "240" white "$rvm_prompt "
fi fi
} }