go
This commit is contained in:
parent
ff5433e202
commit
9ec746a0e1
@ -180,6 +180,7 @@ alias -g .5='../../../../..'
|
||||
|
||||
alias -g D="DISPLAY=:0.0"
|
||||
alias -g XT="TERM=xterm"
|
||||
alias -g GP="GOPROXY=direct"
|
||||
|
||||
alias -g O="1>/dev/null" # stdOut
|
||||
alias -g E="2>/dev/null" # stdErr
|
||||
|
||||
@ -49,7 +49,7 @@ if [ -d "${HOME}/.local/bin" ] ; then
|
||||
fi
|
||||
|
||||
export GOCACHE="/tmp/go-cache"
|
||||
export GOPATH="${HOME}/code/go"
|
||||
export GOPATH="${HOME}/.cache/go"
|
||||
export GOBIN="${HOME}/.local/bin"
|
||||
|
||||
export GOPROXY=off
|
||||
export GOPROXY=off
|
||||
Loading…
x
Reference in New Issue
Block a user