fix zsh.d files

This commit is contained in:
Simonas Narbutas
2019-11-22 12:49:39 +01:00
parent bb1363f92e
commit ad7f785f3b
9 changed files with 8 additions and 7 deletions

4
.zsh.d/11-go.zsh Normal file
View File

@@ -0,0 +1,4 @@
if which go 2>&1 > /dev/null; then
export GOPATH=~/development/go
export PATH=${PATH}:${GOPATH}/bin
fi