dotfiles/zsh/.config/oh-my-zsh/custom/go.zsh
George Rawlinson 19e6684e9a refactor(zsh): rename scripts
move from standard OMZ directory to preferred (XDG) directory
2018-07-23 12:41:06 +12:00

6 lines
108 B
Bash

# Export $GOPATH
export GOPATH=$HOME/go
# Add Go binary directory to $PATH
export PATH="$PATH:$GOPATH/bin"