From 0edec38537413ec944c7635170eb562d705eb3a0 Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 6 Aug 2013 12:17:35 -0400 Subject: [PATCH] (finally) switching to rbenv from rvm --- zshrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/zshrc b/zshrc index 49fb004..628c37c 100644 --- a/zshrc +++ b/zshrc @@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(extract tmux tmuxinator git github git-flow svn ruby rails3 bundler rvm heroku pip django fabric osx brew deb ssh-agent npm drush composer symfony2 vagrant knife) +plugins=(extract tmux tmuxinator git github git-flow svn ruby rails3 bundler rbenv heroku pip django fabric osx brew deb ssh-agent npm drush composer symfony2 vagrant knife) # Python/ virtualenv if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then @@ -40,12 +40,6 @@ if [ -f "$HOME/.phpbrew/bashrc" ]; then source "$HOME/.phpbrew/bashrc" fi -# Ruby / rvm -if [ -f "$HOME/.rvm/scripts/rvm" ]; then - source "$HOME/.rvm/scripts/rvm" - rvm 2.0.0 -fi - if [ $TERM = "screen" ]; then export DISABLE_AUTO_TITLE="true" fi