1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00

add Go paths

This commit is contained in:
Matthias Kretschmann 2017-06-12 01:01:30 +02:00
parent 6c0b05469b
commit 1970f6a115
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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