Browse Source

gem path lucid

windhamdavid 13 years ago
parent
commit
2635fdbee2
1 changed files with 1 additions and 7 deletions
  1. 1 7
      lucid.remote/.bash_profile

+ 1 - 7
lucid.remote/.bash_profile

@@ -1,11 +1,5 @@
-if [ -n "$BASH_VERSION" ]; then
-    # include .bashrc if it exists
-    if [ -f "$HOME/.bashrc" ]; then
-. "$HOME/.bashrc"
-    fi
-fi
+export PATH=/var/lib/gems/1.8/bin:$PATH
 
-# set PATHH so it includes user's private bin if it exists
 if [ -d "$HOME/bin" ] ; then
     PATH="$HOME/bin:$PATH"
 fi