mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
add gopath/bin to PATH via zshrc
This commit is contained in:
parent
59d47138ff
commit
de0cccad03
|
@ -186,6 +186,9 @@ if [ -f "{{@@ env['HOME'] @@}}/.local/bin/pipx" ]; then
|
|||
eval "$(register-python-argcomplete pipx)"
|
||||
fi
|
||||
|
||||
# Include $(go env GOPATH) to PATH
|
||||
[[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"
|
||||
|
||||
{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.int.r3w.de' @@%}
|
||||
# Decide which homebrew installation (x64_86 / arm64) should be used
|
||||
if [ "$(sysctl -n sysctl.proc_translated)" = "1" ]; then
|
||||
|
|
Loading…
Reference in a new issue