add GOPATH

This commit is contained in:
Ghasem Naddaf 2022-03-24 15:23:21 -07:00 committed by GitHub
commit 1b7d15a80b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ export DOTFILES=$HOME/.dotfiles
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$GOPATH/bin:$PATH
export PATH=/usr/local/opt/gettext/bin:$PATH
export PATH=/usr/local/opt/bison/bin:$PATH