You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# filename: profile.sh
export RUBYLIB=~/Dropbox/my/dev/ruby:$RUBYLIB
# 3rd party libs
libs=$(find other/ruby -type d | grep 'lib$')
for d in $libs; do
export RUBYLIB=$d:$RUBYLIB
done