aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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