From: Simon Ruderich Date: Thu, 2 Oct 2008 12:23:05 +0000 (+0200) Subject: Added env settings for all shells on my local computer. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=c9bdb37b7b519af9ffb5f79a0dd1f7cf5d1097be;p=config%2Fdotfiles.git Added env settings for all shells on my local computer. --- 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