aboutsummaryrefslogtreecommitdiff
path: root/store/home/bashrc
blob: 7d31f233d63c15c8845634179d679567c250646a (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
}