when exporting gopath - export $USER instead of hardcoded user
This commit is contained in:
parent
a6f02974ae
commit
7d2785a280
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
|
@ -147,7 +147,7 @@ bindkey '^x^e' edit-command-line
|
|||
# add GO to path
|
||||
export PATH="/home/viktor/go/bin:$PATH"
|
||||
#export GO111MODULE=on
|
||||
export GOPATH="/home/viktor/go"
|
||||
export GOPATH="/home/$USER/go"
|
||||
|
||||
# add JDK 12 go path
|
||||
export PATH="/opt/jdk-12.0.1/bin:$PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue