summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/.zshrc7
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index d25e8aa..6ff2365 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -72,10 +72,6 @@ if (( EUID != 0)) {
export MAKEFLAGS=j$(grep -c '^processor' /proc/cpuinfo)
-if [[ -e /sys/class/net/vpn ]] {
- export http_proxy='http://10.200.200.2:8080/'
-}
-
if [[ -n ${commands[clang]} ]] {
export CC=clang
}
@@ -400,6 +396,9 @@ alias x='unsetopt bg_nice; startx &! exit'
alias xxz='xz -v -9 -M 800M'
+alias wprox='http_proxy=http://10.200.200.2:8080/'
+alias eprox='export http_proxy=http://10.200.200.2:8080/'
+
# }}}
if [[ ${distro} == debian ]] { #{{{