Browse Source

Fix GOPATH

Blallo 3 years ago
parent
commit
360beb84fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .zshrc

+ 1 - 1
.zshrc

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