diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2019-12-23 21:20:53 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2019-12-23 21:20:53 +0100 |
| commit | cea1d28cff6d72538a8c0ab87f3da1c17c9a98ac (patch) | |
| tree | 1faeb5a74cc8187dd1ca3ebe4dcc5f07fa19bf4b /dot.zshenv | |
| parent | 243357d5ccff8659b586ebe4a4c801090e5ac8da (diff) | |
zsh: Change $GOPATH
Diffstat (limited to 'dot.zshenv')
| -rw-r--r-- | dot.zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # -*- shell-script -*- -export GOPATH=~/.go/ +export GOPATH=~/src/go/ export LESS="FRX" export PATH=${PATH/::/:} export GPG_TTY=$(tty) |
