From 1def0faa9ebcab1fd90338618c5653262474fc11 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 15 Jul 2016 16:53:27 +0200 Subject: zshenv/80_go: Fix trailing slash in go bin added to $PATH --- .zsh/zshenv/80_go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf