add https_proxy
This commit is contained in:
parent
c8cb2ca0b0
commit
66ca4dd1b3
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.bashrc
|
|
@ -12,6 +12,7 @@ fi
|
|||
function proxy()
|
||||
{
|
||||
export http_proxy="http://localhost:8888"
|
||||
export https_proxy="http://localhost:8888"
|
||||
export ftp_proxy="ftp://localhost:8888"
|
||||
echo "localhost:8888"
|
||||
}
|
||||
|
|
@ -19,6 +20,7 @@ function proxy()
|
|||
function noproxy()
|
||||
{
|
||||
export http_proxy=""
|
||||
export https_proxy=""
|
||||
export ftp_proxy=""
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue