minor bug fix
[distro-setup] / .bash_profile
index a2254a1b49a06e98062dc76f79ff4e69b855e45e..cd422cba77f0ddc919ffa47e510d318bd7868412 100644 (file)
@@ -12,3 +12,9 @@
 # the user to change.
 
 [[ -f ~/.bashrc ]] && . ~/.bashrc
+
+# ensure no bad programs appending to this file will have an affect
+return 0
+
+
+export PATH="$HOME/.cargo/bin:$PATH"