Skip to content

Instantly share code, notes, and snippets.

@vagnerzampieri
vagnerzampieri / gist:3993117
Created November 1, 2012 11:23 — forked from annacruz/gist:3738510
sublime text ppa over proxy
add the http_proxy and https_proxy to .bashrc
export http_proxy='user:pass@proxy'
export https_proxy='user:pass@proxy'
sudo visudo
then add the following lines
Defaults env_keep="http_proxy"
Defaults env_keep="https_proxy"