# Configuration file for environment related options for all shells for my # local computer. # Display options, necessary for X11 window manager. DISPLAY=':0.0' export DISPLAY # Set HTTP proxy for privoxy/tor. http_proxy=http://127.0.0.1:8119/ HTTP_PROXY=$http_proxy export http_proxy HTTP_PROXY # Necessary for xterm to find man pages through PATH. unset MANPATH # vim: ft=sh