This commit is contained in:
Bin 2017-03-08 15:00:28 -08:00
parent 2316c468d0
commit 0a12c368e4
2 changed files with 5 additions and 1 deletions

1
go.env
View file

@ -4,7 +4,6 @@ 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

View file

@ -29,3 +29,8 @@ source ${MYENV}/redshift.env
source ${MYENV}/k8s.env
source ${MYENV}/kafka.env
source ${MYENV}/spark.env
path=(
$path
$MYTOOL
)