mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 03:11:22 +00:00
fix(typo): update typo with code in script for initiating proxy configuration for terminal or shell
This commit is contained in:
parent
895531b473
commit
670ce487bf
@ -123,7 +123,7 @@ cat >> ~/.zshrc << EOF
|
|||||||
# session proxy switch shortcut
|
# session proxy switch shortcut
|
||||||
function proxy_on() {
|
function proxy_on() {
|
||||||
export http_proxy=http://127.0.0.1:7890
|
export http_proxy=http://127.0.0.1:7890
|
||||||
export https_proxy=\$http_proxy
|
export https_proxy=$http_proxy
|
||||||
echo -e "global proxy for the current terminal session has turned on"
|
echo -e "global proxy for the current terminal session has turned on"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user