aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--store/home/bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/home/bashrc b/store/home/bashrc
index 7d31f23..1ab3b08 100644
--- a/store/home/bashrc
+++ b/store/home/bashrc
@@ -1,8 +1,8 @@
set-proxy() {
- export http_proxy="http://127.0.0.1:7897"
- export https_proxy="http://127.0.0.1:7897"
+ 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
+ unset HTTP_PROXY HTTPS_PROXY
}