aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index ec7c904..38f2896 100644
--- a/.zshrc
+++ b/.zshrc
@@ -16,8 +16,8 @@ fi
. /usr/share/autojump/autojump.zsh
# proxy
-export http_proxy='http://127.0.0.1:8118'
-export https_proxy='http://127.0.0.1:8118'
+export http_proxy='http://127.0.0.1:7890'
+export https_proxy='http://127.0.0.1:7890'
# zplug
if [ ! -d ~/.zplug ]; then