]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added env settings for all shells on my local computer.
authorSimon Ruderich <simon@ruderich.org>
Thu, 2 Oct 2008 12:23:05 +0000 (14:23 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:39 +0000 (16:34 +0100)
shell/env.local [new file with mode: 0644]
zsh/env.local

diff --git a/shell/env.local b/shell/env.local
new file mode 100644 (file)
index 0000000..488c958
--- /dev/null
@@ -0,0 +1,15 @@
+# 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
index 6eb88a4fbf1dc680f4c2e16b3ba65a9fbe6a6933..91759a74862b60ea07cbf38a2fafd0513c510f6e 100644 (file)
@@ -10,6 +10,3 @@ MYUNIX=~/Documents/unix
 # 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