diff options
Diffstat (limited to 'store/home/bashrc')
-rw-r--r-- | store/home/bashrc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/store/home/bashrc b/store/home/bashrc deleted file mode 100644 index 1ab3b08..0000000 --- a/store/home/bashrc +++ /dev/null @@ -1,8 +0,0 @@ -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 -} |