環境変数http_proxyに設定しておくと使ってくれるソフトが多い。~/.bash_profileなどに設定しておくべし
export http_proxy=http://192.168.1.1:3128/ export https_proxy=https://192.168.1.1:3128/
proxy = http://192.168.1.1:3128/ https-proxy = http://192.168.1.1:3128/