This commit is contained in:
thek4n 2024-11-26 15:06:59 +03:00
parent ff5433e202
commit 9ec746a0e1
2 changed files with 3 additions and 2 deletions

View File

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

View File

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