X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.profile;h=96ca11732754837f471156d638c3c60da16c29d9;hb=7cc6197f74e97cb522894046718712cd03d3d385;hp=6596cb5e4381a761102e3daf35905c7a5990567b;hpb=ede2c5bdb0d26e609317ee47d691aa6673d3ac1f;p=distro-setup 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*