From 87ccbd32e89796c56a9755c5c73ce4a2ea6233de Mon Sep 17 00:00:00 2001 From: humphreylin Date: Thu, 15 Aug 2019 10:55:09 +0800 Subject: update the proxy setting --- .zshrc | 4 ++-- 1 file 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 -- cgit v1.2.3