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

3 lines
55 B
Bash
Raw Normal View History

export GOPATH=$HOME/go
export PATH="$PATH:$GOPATH/bin"