summaryrefslogtreecommitdiff
path: root/lib/rvm.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rvm.zsh')
-rw-r--r--lib/rvm.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/rvm.zsh b/lib/rvm.zsh
deleted file mode 100644
index 597be1b33..000000000
--- a/lib/rvm.zsh
+++ /dev/null
@@ -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)"
-}
-
-