From d869c60b0f8e6f066de40ca35ebbe4780eb682a7 Mon Sep 17 00:00:00 2001 From: Lance Speelmon Date: Tue, 3 Dec 2013 16:03:32 -0700 Subject: [PATCH] Fixes rvm error about autodotfiles by adding "$HOME/.rvm/bin" to path --- modules/ruby/init.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ruby/init.zsh b/modules/ruby/init.zsh index e3238550..dede942e 100644 --- a/modules/ruby/init.zsh +++ b/modules/ruby/init.zsh @@ -13,6 +13,7 @@ if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then # Source RVM. source "$HOME/.rvm/scripts/rvm" + path=($path "$HOME/.rvm/bin") # Load manually installed rbenv into the shell session. elif [[ -s "$HOME/.rbenv/bin/rbenv" ]]; then