diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-07-15 16:53:27 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-07-15 16:55:34 +0200 |
commit | 1def0faa9ebcab1fd90338618c5653262474fc11 (patch) | |
tree | b37434b6ad3b38ca6ec8c73f2b9f352c29081518 /.zsh/zshenv | |
parent | 7dc22348685fd34b7af74de1edc2cb14ed4e6e88 (diff) |
zshenv/80_go: Fix trailing slash in go bin added to $PATH
Diffstat (limited to '.zsh/zshenv')
-rw-r--r-- | .zsh/zshenv/80_go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshenv/80_go b/.zsh/zshenv/80_go index 3970e2f..8ff29e2 100644 --- a/.zsh/zshenv/80_go +++ b/.zsh/zshenv/80_go @@ -7,7 +7,7 @@ # # Source repository: git://git.distanz.ch/dotfiles/zsh.git -_GOROOT=$HOME/go/ +_GOROOT=$HOME/go if [ -d $_GOROOT ] ; then |