aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.zshrc b/.zshrc
index e836e6a..dcf7c3c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -17,10 +17,6 @@ if [ ! -d /usr/share/autojump ]; then
fi
. /usr/share/autojump/autojump.zsh
-# proxy
-export http_proxy='http://127.0.0.1:7890'
-export https_proxy='http://127.0.0.1:7890'
-
# zplug
if [ ! -d ~/.zplug ]; then
echo 'Installing zplug ... '