1
0
Fork 0

include GOPATH in PATH

This commit is contained in:
Massaki Archambault 2024-07-03 11:55:35 -04:00
parent 85a9762841
commit 2940f72eff
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ gpg-connect-agent updatestartuptty /bye >/dev/null
# keychain (for ssh agent)
eval $(keychain --eval --quiet --noask --nogui)
export GOPATH="$HOME/go"
export PATH="$PATH:$GOPATH"