[zsh] Set GOPATH

This commit is contained in:
Marcel Kapfer 2021-06-05 15:41:31 +02:00
parent c0d87bdfec
commit 0ef70eff2e
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,12 @@ alias Q=' exit'
alias x=' exit'
alias cd..='cd ..'
#####################
### GO LANG STUFF ###
#####################
export GOPATH=$HOME/projects/go
######################
### GNU GUIX STUFF ###
######################