set-proxy() { export HTTP_PROXY="http://127.0.0.1:7897" export HTTPS_PROXY="http://127.0.0.1:7897" } unset-proxy() { unset HTTP_PROXY HTTPS_PROXY }