From e3b223a4f01d238275cdf2608d62a6031e708b7c Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 28 Jun 2019 20:17:56 -0400 Subject: [PATCH] Added GOPATH to Path. --- zsh/environment/host/zuk/zshenv | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 zsh/environment/host/zuk/zshenv diff --git a/zsh/environment/host/zuk/zshenv b/zsh/environment/host/zuk/zshenv new file mode 100644 index 0000000..c1d634e --- /dev/null +++ b/zsh/environment/host/zuk/zshenv @@ -0,0 +1,4 @@ +# vim: syn=zsh + +GOLANG_PATH="/usr/lib/go/bin" +PATH="$GOLANG_PATH:$PATH"