himanshub16 / ProxyMan

Configuring proxy settings made easy.
https://github.com/himanshub16/ProxyMan/releases/latest/
MIT License
683 stars 108 forks source link

unset command doesn't remove proxy envvars #105

Open john891226 opened 3 years ago

john891226 commented 3 years ago

When i run proxyman unset for all configurations, proxyman removes export sentences from bashrc but that doen't unset current proxy envars until logout. I think that adding unset http_proxy instead of export to bashrc when executing proxyman unset command should work