diff options
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ case "$OSTYPE" in if [ -f '/home/tydavis/.bin/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/tydavis/.bin/google-cloud-sdk/completion.zsh.inc'; fi # Go in the homedir + export GOROOT_BOOTSTRAP=/home/tydavis/.golang/go_bootstrap_linux_amd64 export GOROOT=/home/tydavis/.golang/go export GOPATH=/home/tydavis/.golang/path export GOPRIVATE=github.com/hpe-hcss |