aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
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 /.zshrc
parentfc794b336adcde4d5de407e44b686eb5beb16ef7 (diff)
downloaddotfiles-ec57a905f7888e05b1a5769fc93665a670f44133.tar.gz
dotfiles-ec57a905f7888e05b1a5769fc93665a670f44133.tar.bz2
dotfiles-ec57a905f7888e05b1a5769fc93665a670f44133.zip
remove settings about proxy
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 0 insertions, 4 deletions
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 ... '