Skip to content

Instantly share code, notes, and snippets.

@tobiashm
Last active September 3, 2015 17:25
Show Gist options
  • Save tobiashm/183921 to your computer and use it in GitHub Desktop.
Save tobiashm/183921 to your computer and use it in GitHub Desktop.
bash profile
if [ -d ~/.profile.d ]; then
for f in ~/.profile.d/*.sh; do source "$f"; done
unset f
fi
# -- RVM --
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment