From 874fa62b01dd21cc26e17a3ce742996a8450645e Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Wed, 24 Jul 2019 20:25:23 +0700 Subject: Updated spacemacs, nvim and gopath --- zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') 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 -- cgit v1.2.3