summaryrefslogtreecommitdiff
path: root/lib/rvm.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rvm.zsh')
-rw-r--r--lib/rvm.zsh5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/rvm.zsh b/lib/rvm.zsh
deleted file mode 100644
index cb870a9bb..000000000
--- a/lib/rvm.zsh
+++ /dev/null
@@ -1,5 +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
- [[ ! -z $ruby_version ]] && echo "($ruby_version)"
-}