From 01f7cef8b4b03f5bd20637b1f87b78586550a15e Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sat, 9 Nov 2019 10:59:43 +0100 Subject: [PATCH] add go binaries to the path --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 3ce4617..7b6eb49 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -120,4 +120,4 @@ case "$(uname -s)" in ;; esac export GOPATH="$HOME/go" -export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH" +export PATH="/usr/local/opt/grep/libexec/gnubin:$GOPATH/bin:$PATH"