lib: prune some things to load faster

This commit is contained in:
Steve Losh 2010-08-12 09:34:14 -04:00
commit 3e49476736
5 changed files with 8 additions and 26 deletions

View file

@ -1,7 +0,0 @@
# 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)"
}