X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=.bash_profile;h=cd422cba77f0ddc919ffa47e510d318bd7868412;hp=a2254a1b49a06e98062dc76f79ff4e69b855e45e;hb=79b274fcd8bfa556133ab13270e84b40aebe8468;hpb=7ead7bbf5d3994d60aefaeb2386bd23ebc7d5f57 diff --git a/.bash_profile b/.bash_profile index a2254a1..cd422cb 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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"