Fix GOPATH

This commit is contained in:
Blallo 2021-03-18 11:14:40 +01:00
parent 4a5b8cd4d8
commit 360beb84fe
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

2
.zshrc
View file

@ -98,7 +98,7 @@ export CHROME_EXECUTABLE=/usr/bin/chromium
## Go
export GOPATH=${HOME}/.go
export PATH=$PATH:${GOPATH}/bin
export PATH=${GOPATH}/bin:$PATH
## Ruby
export PATH=${PATH}:/home/leo/.gem/ruby/2.7.0/bin