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

3 lines
55 B
Bash

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