From 51701711e4aa431f95ca70bbba6dbc244fc2fe19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 16 Sep 2008 02:00:14 +0200 Subject: [PATCH] set my $HOME/.gems/ as default gem installation directory --- bash_profile | 7 ++++--- gemrc | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) mode change 100644 => 100755 gemrc diff --git a/bash_profile b/bash_profile index d28933c..25b7103 100755 --- a/bash_profile +++ b/bash_profile @@ -2,7 +2,8 @@ export MAGICK_HOME=/usr/local/ImageMagick export DYLD_LIBRARY_PATH=$MAGICK_HOME/lib export PATH=$MAGICK_HOME/bin:$PATH -export PATH=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/:$PATH +export GEM_HOME=/Users/mislav/.gems +export PATH=$GEM_HOME/bin:$PATH export PATH=/usr/local/git/bin:$PATH export PATH=/usr/local/mysql/bin:$PATH export PATH=~/bin:$PATH @@ -13,5 +14,5 @@ if [ -f ~/.bashrc ]; then . ~/.bashrc fi -setenv CLICOLOR "1" -setenv LSCOLORS "ExFxCxDxBxegedabagacad" \ No newline at end of file +export CLICOLOR="1" +export LSCOLORS="ExFxCxDxBxegedabagacad" diff --git a/gemrc b/gemrc old mode 100644 new mode 100755 index 7943459..4204059 --- a/gemrc +++ b/gemrc @@ -1,5 +1,6 @@ --- :verbose: true +gemhome: /Users/mislav/.gems gem: --no-ri --no-rdoc :update_sources: true :sources: