zsh: Added golang variable

This commit is contained in:
Felipe M 2020-12-31 19:16:28 +01:00
parent 67bc0e1560
commit a94475d54e
1 changed files with 6 additions and 0 deletions

6
.zshrc
View File

@ -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