lots of fixes
[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 # Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
5 export PATH="$PATH:$HOME/.rvm/bin"
6
7 [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*