X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=.bash_profile;h=cd422cba77f0ddc919ffa47e510d318bd7868412;hp=fd099aa593ad0ff9c683385624cde4c26f3b3c5f;hb=79b274fcd8bfa556133ab13270e84b40aebe8468;hpb=e3a5731e907ae95616afd1946ac372ebb6686e61 diff --git a/.bash_profile b/.bash_profile index fd099aa..cd422cb 100644 --- a/.bash_profile +++ b/.bash_profile @@ -13,5 +13,8 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc +# ensure no bad programs appending to this file will have an affect +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"