Set GOPROXY and GOPRIVATE
This commit is contained in:
parent
fc9991f2a1
commit
b058edec54
1 changed files with 3 additions and 0 deletions
|
|
@ -27,3 +27,6 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
||||||
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
|
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
|
||||||
|
|
||||||
export LESS='--chop-long-lines --HILITE-UNREAD --ignore-case --incsearch --jump-target=4 --LONG-PROMPT --no-init --quit-if-one-screen --RAW-CONTROL-CHARS --use-color --window=-4'
|
export LESS='--chop-long-lines --HILITE-UNREAD --ignore-case --incsearch --jump-target=4 --LONG-PROMPT --no-init --quit-if-one-screen --RAW-CONTROL-CHARS --use-color --window=-4'
|
||||||
|
|
||||||
|
export GOPROXY="direct"
|
||||||
|
export GOPRIVATE="gitea.gwairfelin.com"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue