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,13 +8,15 @@ declare -a dirs_to_prepend=(
|
|||||||
"/usr/local/bin" # Ensure that this bin always takes precedence over `/usr/bin`
|
"/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 node)/bin" # Add npm/yarn-installed package bin
|
||||||
"$(brew --prefix openssl)/bin" # Add newer OpenSSL
|
"$(brew --prefix openssl)/bin" # Add newer OpenSSL
|
||||||
|
"$GOPATH/bin"
|
||||||
|
"$GOROOT/bin"
|
||||||
"$HOME/.bin"
|
"$HOME/.bin"
|
||||||
"$HOME/.rvm/bin"
|
"$HOME/.rvm/bin"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Directories to be appended to PATH
|
# Directories to be appended to PATH
|
||||||
declare -a dirs_to_append=(
|
declare -a dirs_to_append=(
|
||||||
"/usr/bin"
|
"/usr/bin"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Prepend directories to PATH
|
# Prepend directories to PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user