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 --- .bashrc | 4 ---- 1 file changed, 4 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index b65626c..dff0eed 100644 --- a/.bashrc +++ b/.bashrc @@ -137,9 +137,5 @@ if [ ! -d /usr/share/autojump ]; then fi . /usr/share/autojump/autojump.sh -# proxy -export http_proxy='http://localhost:7890' -export https_proxy='http://localhost:7890' - # fzf [ -f ~/.fzf.bash ] && source ~/.fzf.bash -- cgit v1.2.3