diff options
author | Tyler Davis <tydavis@gmail.com> | 2022-10-12 03:03:36 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2022-10-12 03:03:36 +0000 |
commit | 2fdcf66aaa52e01eeb057cb64a298efe1f9abd88 (patch) | |
tree | 3be85a2b32d5b04de6e5c4b707c4c70a7b1fdec3 /.zshrc | |
parent | 671de2d1c6026b6789940260cb9661d3135cfc47 (diff) | |
download | dotfiles-2fdcf66aaa52e01eeb057cb64a298efe1f9abd88.tar.gz dotfiles-2fdcf66aaa52e01eeb057cb64a298efe1f9abd88.zip |
zsh: add go bootstrap deployment
Diffstat (limited to '.zshrc')
-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 |