From 1b7d15a80bc4ebbd6334ab49a2ac484ceffed41f Mon Sep 17 00:00:00 2001 From: Ghasem Naddaf Date: Thu, 24 Mar 2022 15:23:21 -0700 Subject: [PATCH] add GOPATH --- dotfiles/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 6a412b068..27b2a738e 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -4,6 +4,7 @@ export DOTFILES=$HOME/.dotfiles # If you come from bash you might have to change your $PATH. export PATH=$HOME/bin:/usr/local/bin:$PATH export GOPATH=$HOME/go +export GOBIN=$GOPATH/bin export PATH=$GOPATH/bin:$PATH export PATH=/usr/local/opt/gettext/bin:$PATH export PATH=/usr/local/opt/bison/bin:$PATH