From 93bd1ac10440ba7a7fe4e6b1888b75be0efd01c5 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 28 Jun 2011 09:53:20 +0200 Subject: [PATCH] rubygems option for 1.8 --- profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile b/profile index 46c4732..0a59998 100644 --- a/profile +++ b/profile @@ -18,8 +18,8 @@ NODE_PATH=/usr/local/lib/node export NODE_PATH # Ruby Gems -test -d /var/lib/gems/1.8/bin && PATH="$PATH:/var/lib/gems/1.8/bin" -export PATH +test -d /var/lib/gems/1.8/bin && PATH="$PATH:/var/lib/gems/1.8/bin" RUBYOPT="-rubygems" +export PATH RUBYOPT # default editor EDITOR=vim