summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-10-14 01:05:38 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-10-14 01:05:38 +0200
commit8916662b60656d4995ee166ac13075725a11b86b (patch)
treea10bad4e4b9eba4d28d6f036a48be9e9450cb808 /bashrc
parentaeae7f66af06802903f4654538a7599a41030603 (diff)
downloadbin-8916662b60656d4995ee166ac13075725a11b86b.zip
bin-8916662b60656d4995ee166ac13075725a11b86b.tar.gz
bashrc: fix GEM_HOME
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 13fad1e..e9fc8b0 100644
--- a/bashrc
+++ b/bashrc
@@ -85,7 +85,7 @@ export PERL5LIB=${LIBS}/perl/lib
# RUBY
# export RB_USER_INSTALL=1 # see /usr/local/lib/ruby/1.8/i386-freebsd7/rbconfig.rb
export RUBYOPT=rubygems
-export GEM_HOME="~/.gem/ruby/1.9.1"
+export GEM_HOME="$HOME/.gem/ruby/1.9.1"
export RUBYLIB=${LOCALLIB}/ruby/
set_if_not_in 'PATH' ${GEM_HOME}/bin