zsh-proxy
zsh-proxy copied to clipboard
Add one-line proxy
Quote from modified README.md:
with_proxy
An one-liner version that only take effect in one command. It is similar to
proxychains -q
, but it can handle some cases that proxychains can not (e.g. yay). Add it in front of your command:$ with_proxy <your-command>
Note that this is just an environment variable trick, it can not proxy your git and npm.
Note that this is just an environment variable trick, it can not proxy your git and npm.
LGTM. And BTW, both npm & git respect HTTP_PROXY
& HTTPS_PROXY
.
@SukkaW Updated
Is there any further information?
CC @SukkaW