From 62c2106fb5b11c09510c974b2bec7cd11603e6c5 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 28 Sep 2011 13:42:14 +0200 Subject: [PATCH] ruby 1.9 path --- profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profile b/profile index 0a59998..cb333af 100644 --- a/profile +++ b/profile @@ -20,6 +20,9 @@ export NODE_PATH # Ruby Gems test -d /var/lib/gems/1.8/bin && PATH="$PATH:/var/lib/gems/1.8/bin" RUBYOPT="-rubygems" export PATH RUBYOPT +# Gems on OSX homebrew +test -d /usr/local/Cellar/ruby/1.9.2-p290/bin && PATH="/usr/local/Cellar/ruby/1.9.2-p290/bin:$PATH" +export PATH # default editor EDITOR=vim