summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/.profile b/.profile
index bc03469..0bb55ca 100644
--- a/.profile
+++ b/.profile
@@ -16,6 +16,12 @@ for dir in $bins; do
fi
done
+for dir in $HOME/.prefix/lib; do
+ if [ -d "$dir" ]; then
+ export RUBYLIB="$dir"
+ fi
+done
+
if [ -d "$HOME/tmp" ]; then
export TMPDIR="$HOME/tmp"
elif [ -d "$HOME/.prefix/tmp"]; then