From: Mark Wooding Date: Mon, 20 Mar 2006 11:09:59 +0000 (+0000) Subject: bash_profile: Fix proxy settings, broken in the shake-up. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/dd84629111a04443b79646a05370442dd0685f69 bash_profile: Fix proxy settings, broken in the shake-up. --- diff --git a/bash_profile b/bash_profile index 198aeeb..a4524ea 100644 --- a/bash_profile +++ b/bash_profile @@ -150,7 +150,7 @@ export TMP=$TMPDIR export PERL_READLINE_NOWARN=yes [ -z "$NNTPSERVER" ] && export NNTPSERVER=`__mdw_conf nntp-server` -[ -z "$http_proxy" ] && export http_proxy=`__mdw_conf http-proxy` +[ -z "$http_proxy" ] && export http_proxy=http://`__mdw_conf http-proxy`/ [ -z "$ftp_proxy" ] && export ftp_proxy=$http_proxy export XUSERFILESEARCHPATH="$HOME/.Xapps/%N:/usr/lib/X11/%T/%N%S"