From c9bdb37b7b519af9ffb5f79a0dd1f7cf5d1097be Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 2 Oct 2008 14:23:05 +0200 Subject: [PATCH 1/1] Added env settings for all shells on my local computer. --- shell/env.local | 15 +++++++++++++++ zsh/env.local | 3 --- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 shell/env.local diff --git a/shell/env.local b/shell/env.local new file mode 100644 index 0000000..488c958 --- /dev/null +++ b/shell/env.local @@ -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 diff --git a/zsh/env.local b/zsh/env.local index 6eb88a4..91759a7 100644 --- a/zsh/env.local +++ b/zsh/env.local @@ -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 -- 2.44.2