aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorhumphreylin <[email protected]>2019-09-04 15:12:37 +0800
committerhumphreylin <[email protected]>2019-09-04 15:12:37 +0800
commitec57a905f7888e05b1a5769fc93665a670f44133 (patch)
tree92e304b6a97683e1483f53d30d9a735c8ecebc41 /.bashrc
parentfc794b336adcde4d5de407e44b686eb5beb16ef7 (diff)
downloaddotfiles-ec57a905f7888e05b1a5769fc93665a670f44133.tar.gz
dotfiles-ec57a905f7888e05b1a5769fc93665a670f44133.tar.bz2
dotfiles-ec57a905f7888e05b1a5769fc93665a670f44133.zip
remove settings about proxy
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 0 insertions, 4 deletions
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