From 250f7b43ee68d187ff261ff9f4a4eef0863ea8aa Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 18 May 2013 15:39:01 +1000 Subject: [PATCH] bash: Added EMAIL environment variable --- .bash/environment | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash/environment b/.bash/environment index b868f91..c3dac52 100644 --- a/.bash/environment +++ b/.bash/environment @@ -15,6 +15,7 @@ export RSYNC_RSH="ssh" export PYTHONSTARTUP="${HOME}/.pythonrc.py" export HISTCONTROL="ignoredups" export HISTSIZE="10000" +export EMAIL="James Bunton " # Expand any symbolic links in the TMPDIR environment variable [ -n "$TMPDIR" ] && export TMPDIR="$(cd "${TMPDIR}" && pwd -P)" -- 2.39.2