Sfoglia il codice sorgente

correct proxy alias again

Weiyi Lou 14 anni fa
parent
commit
d564509beb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      zsh/zshrc

+ 2 - 2
zsh/zshrc

@@ -129,8 +129,8 @@ alias igrep='grep -i'
 alias rgrep='grep -R'
 alias rigrep='grep -iR'
 
-alias proxy='export http_proxy=http://192.168.1.248:3128;export HTTP_PROXY=$http_proxy;export FTP_PROXY=$http_proxy;export https_proxy=$http_proxy;export ftp_proxy=$http_proxy;'
-alias noproxy='export http_proxy='';export HTTP_PROXY=$http_proxy;export FTP_PROXY=$http_proxy;export https_proxy=$http_proxy;export ftp_proxy=$http_proxy;'
+alias proxy='export http_proxy=http://192.168.1.248:3128;export HTTP_PROXY=$http_proxy;export https_proxy=$http_proxy;export HTTPS_PROXY=$http_proxy;export ftp_proxy=$http_proxy;export FTP_PROXY=$http_proxy;'
+alias noproxy='export http_proxy='';export HTTP_PROXY=$http_proxy;export https_proxy=$http_proxy;export HTTPS_PROXY=$http_proxy;export ftp_proxy=$http_proxy;export FTP_PROXY=$http_proxy;'
 alias hosts='vim /etc/hosts'
 alias graceful='apachectl graceful'
 alias flushdns='lookupd -flushcache'