]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - shell/env.rammstein
shell/env: Improve readability of LS_COLORS settings.
[config/dotfiles.git] / shell / env.rammstein
1 # Configuration file for environment related options for all shells for my
2 # local computer.
3
4
5 # Display options, necessary for X11 window manager.
6 DISPLAY=':0.0'
7 export DISPLAY
8
9 # Set HTTP proxy for privoxy/tor.
10 http_proxy=http://127.0.0.1:8119/
11 HTTP_PROXY=$http_proxy
12 export http_proxy HTTP_PROXY
13
14 # Necessary for xterm to find man pages through PATH.
15 unset MANPATH
16
17 # vim: ft=sh