santinic / how2

AI for the Command Line
https://how2terminal.com
MIT License
5.72k stars 154 forks source link

Is possible to configure a proxy? #26

Closed moscati closed 8 years ago

santinic commented 8 years ago

@moscati It should take HTTPS_PROXY or HTTP_PROXY like all command line tools. you need to make an alias though: alias how2="HTTPS_PROXY='' how2"

moscati commented 8 years ago

I use Ubuntu. All other command line tools use http_proxy and https_proxy. I added HTTPS_PROXY or HTTP_PROXY and it works. Thanks

santinic commented 8 years ago

cool, happy to hear that