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