aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/.zprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index 4166efb..d1e8f03 100755
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -27,6 +27,7 @@ export PATH="$HOME/.bin:$PATH"
# Go
if type "go" > /dev/null; then
export PATH="$HOME/go/bin:$PATH"
+ export GOPATH=$(go env GOPATH)
fi
# Rust