dotfiles/.zshrc.d/gopath.zsh
2026-05-15 12:58:08 -04:00

6 lines
185 B
Shell

# GoPath stuff
export PATH="$PATH:${HOME}/.bin"
export GOPATH="${HOME}/go"
export GOBIN="${HOME}/go/bin/"
export PATH=$PATH:$GOROOT/bin:$GOBIN
export HISTCONTROL=ignorespace:ignoredups