From abeb864a3c0e2fcef12ef36df6c1a6a144e70ed4 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sun, 10 Dec 2017 11:42:05 +0000 Subject: [PATCH] Add linux path for go binaries --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 7dab2bd..9f23563 100644 --- a/zshrc +++ b/zshrc @@ -156,7 +156,7 @@ chpwd_functions=( auto-ls $chpwd_functions ) # Go Lang stuff test "$platform" = 'linux' && export GOPATH=$HOME/go test "$platform" = 'osx' && export GOPATH=$HOME/Development/go -export PATH="$PATH:/usr/local/opt/go/libexec/bin:$GOPATH/bin" +export PATH="$PATH:/usr/local/go/bin:/usr/local/opt/go/libexec/bin:$GOPATH/bin" # GnuPG stuff GPG_TTY=`tty`