diff options
author | humphreylin <[email protected]> | 2019-08-15 10:55:09 +0800 |
---|---|---|
committer | humphreylin <[email protected]> | 2019-08-15 10:55:09 +0800 |
commit | 87ccbd32e89796c56a9755c5c73ce4a2ea6233de (patch) | |
tree | 84961290b928f416ccdfeef7fe00ece6b029e892 | |
parent | 7f28266474f73be0db883e0dd2c8850150faabaa (diff) | |
download | dotfiles-87ccbd32e89796c56a9755c5c73ce4a2ea6233de.tar.gz dotfiles-87ccbd32e89796c56a9755c5c73ce4a2ea6233de.tar.bz2 dotfiles-87ccbd32e89796c56a9755c5c73ce4a2ea6233de.zip |
update the proxy setting
-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 |