X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=.profile;h=96ca11732754837f471156d638c3c60da16c29d9;hb=0b6d44c7f3d567e0a26138509c8a24cb57c69b50;hp=a6429f17267cbefbc005d0dee378c8dce09d7e1c;hpb=e3a5731e907ae95616afd1946ac372ebb6686e61;p=distro-setup diff --git a/.profile b/.profile index a6429f1..96ca117 100644 --- a/.profile +++ b/.profile @@ -1,6 +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 -export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting +# 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*