diff --git a/dot_bashrc.d/executable_03.ENV b/dot_bashrc.d/executable_03.ENV index b3ed0d7..7fb0d9f 100755 --- a/dot_bashrc.d/executable_03.ENV +++ b/dot_bashrc.d/executable_03.ENV @@ -14,6 +14,9 @@ if [ -x /usr/bin/go ]; then extendPath "$(go env GOPATH)/bin" export GOPATH=$(go env GOPATH) fi +if [ -d "$HOME/.cargo/bin" ]; then + extendPath "$HOME/.cargo/bin" +fi extendPath "$HOME/bin" extendPath "/usr/local/bin"