--- /dev/null
+# 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
# otherwise the path wouldn't be changed outside the function.
typeset -g -U path
path=($MYUNIX/bin /opt/local/bin /opt/local/sbin $path /usr/X11R6/bin)
-
-# Necessary for xterm to find man pages through PATH.
-unset MANPATH