diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:20:59 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:20:59 +0200 |
| commit | 694ca11c34b950c243c5b7daf51b0582cb9d05b0 (patch) | |
| tree | dc3e2b2955cf3d29d65ae641ed00e954c4e17994 /dot.zshenv | |
| parent | 209c42cd19678971068bfb6df2227dd963a4a5d8 (diff) | |
zsh: Remove trailing slash from 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=~/src/go/ +export GOPATH=~/src/go export LESS="FRX" export PATH=${PATH/::/:} export GPG_TTY=$(tty) |
