From ec57a905f7888e05b1a5769fc93665a670f44133 Mon Sep 17 00:00:00 2001 From: humphreylin Date: Wed, 4 Sep 2019 15:12:37 +0800 Subject: remove settings about proxy --- .zshrc | 4 ---- 1 file changed, 4 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index e836e6a..dcf7c3c 100644 --- a/.zshrc +++ b/.zshrc @@ -17,10 +17,6 @@ if [ ! -d /usr/share/autojump ]; then fi . /usr/share/autojump/autojump.zsh -# proxy -export http_proxy='http://127.0.0.1:7890' -export https_proxy='http://127.0.0.1:7890' - # zplug if [ ! -d ~/.zplug ]; then echo 'Installing zplug ... ' -- cgit v1.2.3