dotfiles/zsh/.config/oh-my-zsh/custom/go.zsh

6 lines
108 B
Bash

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