diff options
-rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |