aboutsummaryrefslogtreecommitdiff
path: root/store/home/bashrc
blob: 1ab3b08dd3ee3db69705f36fa7b98a3596c828f2 (plain)
1
2
3
4
5
6
7
8
set-proxy() {
  export HTTP_PROXY="http://127.0.0.1:7897"
  export HTTPS_PROXY="http://127.0.0.1:7897"
}

unset-proxy() {
  unset HTTP_PROXY HTTPS_PROXY
}