various updates
[distro-setup] / .profile
1 # see .bashrc_profile for commentary
2 echo this is ~/.profile, either my .bashrc_profile is unavailable or this is posix mode or not bash
3
4 export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
5
6 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*