aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorPeter Son Struschka <me@peter-struschka.com>2019-07-24 20:25:23 +0700
committerPeter Son Struschka <me@peter-struschka.com>2019-07-24 20:25:23 +0700
commit874fa62b01dd21cc26e17a3ce742996a8450645e (patch)
tree4d942149b25c1c7eac02ce3b0f84624890598059 /zsh
parent5408bfd42551a162a00cadb068271c68d4e0f158 (diff)
downloaddotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.gz
dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.bz2
dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.lz
dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.xz
dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.tar.zst
dotfiles-874fa62b01dd21cc26e17a3ce742996a8450645e.zip
Updated spacemacs, nvim and gopath
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