summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2022-10-12 03:03:36 +0000
committerTyler Davis <tydavis@gmail.com>2022-10-12 03:03:36 +0000
commit2fdcf66aaa52e01eeb057cb64a298efe1f9abd88 (patch)
tree3be85a2b32d5b04de6e5c4b707c4c70a7b1fdec3 /.zshrc
parent671de2d1c6026b6789940260cb9661d3135cfc47 (diff)
downloaddotfiles-2fdcf66aaa52e01eeb057cb64a298efe1f9abd88.tar.gz
dotfiles-2fdcf66aaa52e01eeb057cb64a298efe1f9abd88.zip
zsh: add go bootstrap deployment
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 763b4f3..933975b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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