mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 09:47:21 +01:00
add Go paths
This commit is contained in:
parent
6c0b05469b
commit
1970f6a115
@ -8,6 +8,8 @@ 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"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user