Disable proxy in linux

PHOTO EMBED

Thu Mar 21 2024 06:37:51 GMT+0000 (Coordinated Universal Time)

Saved by @hardikraja #commandline #git

cat <<EOT >> ~/.bashrc
unset HTTP_PROXY
unset HTTPS_PROXY
EOT
cat <<EOT >> ~/.zshrc
unset HTTP_PROXY
unset HTTPS_PROXY
EOT
content_copyCOPY

Need to execute and then requires a restart