From 6c522615a4f416dbc7a9d3fd5486cd1b011f6a5f Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 4 Jul 2011 10:52:20 -0400 Subject: [PATCH] use rvm plugin --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index a9bc8b1..e135d54 100644 --- a/zshrc +++ b/zshrc @@ -16,7 +16,7 @@ export ZSH_THEME="walkah" # 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=(git github svn ruby rails3 pip osx brew deb ssh-agent npm drush vagrant) +plugins=(git github svn ruby rails3 rvm pip osx brew deb ssh-agent npm drush vagrant) source $ZSH/oh-my-zsh.sh