X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=.profile;h=96ca11732754837f471156d638c3c60da16c29d9;hp=6596cb5e4381a761102e3daf35905c7a5990567b;hb=90bd397922e7240c41377e7404f79f190bfbc9d8;hpb=565857e91b7e8c671ec3f4314cb21b0a85c01d0f diff --git a/.profile b/.profile index 6596cb5..96ca117 100644 --- a/.profile +++ b/.profile @@ -1,2 +1,7 @@ # see .bashrc_profile for commentary echo this is ~/.profile, either my .bashrc_profile is unavailable or this is posix mode or not bash + +# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. +export PATH="$PATH:$HOME/.rvm/bin" + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*