diff options
Diffstat (limited to 'zsh')
| -rwxr-xr-x | zsh/.zprofile | 1 |
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 |
