X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=.profile;h=c78d0225e31da9ecf6cd105675e8f89ad9c43845;hp=96ca11732754837f471156d638c3c60da16c29d9;hb=f95f9128ba77e77d41389810affd475581075246;hpb=092eddeca14a9e0694ce9550abdb663b9e900489 diff --git a/.profile b/.profile index 96ca117..c78d022 100644 --- a/.profile +++ b/.profile @@ -1,7 +1,6 @@ # 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" +return 0 -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* +export PATH="$HOME/.cargo/bin:$PATH"