This commit is contained in:
Oliver 2012-10-14 01:56:02 +02:00
commit 94d07df015
10 changed files with 247 additions and 13 deletions

View file

@ -1,7 +1,5 @@
# get the name of the branch we are on
function rvm_prompt_info() {
ruby_version=$(~/.rvm/bin/rvm-prompt 2> /dev/null) || return
echo "($ruby_version)"
[[ ! -z $ruby_version ]] && echo "($ruby_version)"
}