From: Ian Jackson Date: Fri, 10 Jun 2016 17:21:46 +0000 (+0100) Subject: Do not set EMAIL or DEBEMAIL at work X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=5ca83370208508d5da6202b2f472339f7a51b2ca Do not set EMAIL or DEBEMAIL at work --- diff --git a/dot/configs/setenvir b/dot/configs/setenvir index 301c8a2..059621b 100644 --- a/dot/configs/setenvir +++ b/dot/configs/setenvir @@ -7,10 +7,14 @@ PATH=$HOME/personal/linux-i386/bin:$HOME/personal/scripts/bin CVS_RSH=ssh +case "$(hostname -f)" in +*.xensource.com) ;; +*) + EMAIL=ijackson@chiark.greenend.org.uk + DEBEMAIL=ijackson@chiark.greenend.org.uk + ;; +esac -DEBEMAIL=ijackson@chiark.greenend.org.uk -EMAIL=ijackson@chiark.greenend.org.uk -export DEBEMAIL EMAIL