Skip to content

Instantly share code, notes, and snippets.

@francoiscabrol
Created September 18, 2015 20:11
Show Gist options
  • Save francoiscabrol/65ac8e95b1a33449513c to your computer and use it in GitHub Desktop.
Save francoiscabrol/65ac8e95b1a33449513c to your computer and use it in GitHub Desktop.
[Awesome wm + ubuntu] set ENV variables

For adding environment variables as HTTP_PROXY in awesome wm with ubuntu, the only way to get it works with everything (google chrome in particular) that I found was to define them in the ~/.profile as

export http_proxy=http://
export https_proxy=http://
export no_proxy="localhost, ..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment