Revert "merge"

This reverts commit 5e8734bfd6, reversing
changes made to 7a41498b0d.
This commit is contained in:
SimonGreenhill 2012-01-14 23:06:08 +13:00
commit 8b572a010d
26 changed files with 74 additions and 1300 deletions

7
lib/rvm.zsh Normal file
View file

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