Moving gopath to ~/dev/go
This commit is contained in:
parent
cacd1aa0e7
commit
f4f1255671
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@ export EDITOR='nvim'
|
|||
|
||||
# Fix gnupg
|
||||
export GPG_TTY=$(tty)
|
||||
|
||||
# Fix GOPATH
|
||||
export GOPATH="$HOME/dev/go"
|
||||
export PATH="$HOME/dev/go/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue