diff --git a/bash_paths b/bash_paths index 37fb210..07abe27 100644 --- a/bash_paths +++ b/bash_paths @@ -8,13 +8,15 @@ declare -a dirs_to_prepend=( "/usr/local/bin" # Ensure that this bin always takes precedence over `/usr/bin` "$(brew --prefix node)/bin" # Add npm/yarn-installed package bin "$(brew --prefix openssl)/bin" # Add newer OpenSSL + "$GOPATH/bin" + "$GOROOT/bin" "$HOME/.bin" "$HOME/.rvm/bin" ) # Directories to be appended to PATH declare -a dirs_to_append=( - "/usr/bin" + "/usr/bin" ) # Prepend directories to PATH