aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorhumphreylin <[email protected]>2019-08-15 10:55:09 +0800
committerhumphreylin <[email protected]>2019-08-15 10:55:09 +0800
commit87ccbd32e89796c56a9755c5c73ce4a2ea6233de (patch)
tree84961290b928f416ccdfeef7fe00ece6b029e892 /.zshrc
parent7f28266474f73be0db883e0dd2c8850150faabaa (diff)
downloaddotfiles-87ccbd32e89796c56a9755c5c73ce4a2ea6233de.tar.gz
dotfiles-87ccbd32e89796c56a9755c5c73ce4a2ea6233de.tar.bz2
dotfiles-87ccbd32e89796c56a9755c5c73ce4a2ea6233de.zip
update the proxy setting
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