summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/.profile b/.profile
index a6704af..6e42583 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 running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists