minor bug fix
[distro-setup] / .bash_profile
index fd099aa593ad0ff9c683385624cde4c26f3b3c5f..cd422cba77f0ddc919ffa47e510d318bd7868412 100644 (file)
@@ -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"