Skip to content

Instantly share code, notes, and snippets.

@thisismydesign
Created April 19, 2017 11:15
Show Gist options
  • Save thisismydesign/91bf484a7b0e0733f9dad9e6f435b4e3 to your computer and use it in GitHub Desktop.
Save thisismydesign/91bf484a7b0e0733f9dad9e6f435b4e3 to your computer and use it in GitHub Desktop.
Unset all http proxy environment variables
unset $(env | awk -F= '{print $1}' | grep -E -i 'http.*proxy' | xargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment