From a94475d54e77487a1c00d4507ac4d961908ea05c Mon Sep 17 00:00:00 2001 From: Felipe M Date: Thu, 31 Dec 2020 19:16:28 +0100 Subject: [PATCH] zsh: Added golang variable --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 2dd586c..1ef436f 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,11 @@ alias magit="emacs -nw --eval '(progn (magit-status) (delete-other-windows))'" +# Golang +export GOPATH=~/.gocode + +# Path +export PATH=$PATH:$(go env GOPATH)/bin + source ~/.antigen.zsh antigen bundle git