prezto/go.env

11 lines
197 B
Bash
Raw Normal View History

2017-03-08 14:24:49 -08:00
# conflict with go's gb
unalias gb &>/dev/null
export GOROOT=/usr/local/go
export GOPATH=$MYSRC/gopath
# Set the list of directories that Zsh searches for programs.
path=(
$path
$GOPATH/bin
)