]> code.delx.au - dotfiles/commitdiff
bash: Added EMAIL environment variable
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 18 May 2013 05:39:01 +0000 (15:39 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 18 May 2013 05:39:44 +0000 (15:39 +1000)
.bash/environment

index b868f91f7252a5b9d9b0b776b63083a92ebde95d..c3dac529714ffe35cbc8fb772c6628dee0e04af2 100644 (file)
@@ -15,6 +15,7 @@ export RSYNC_RSH="ssh"
 export PYTHONSTARTUP="${HOME}/.pythonrc.py"
 export HISTCONTROL="ignoredups"
 export HISTSIZE="10000"
+export EMAIL="James Bunton <jamesbunton@delx.net.au>"
 
 # Expand any symbolic links in the TMPDIR environment variable
 [ -n "$TMPDIR" ] && export TMPDIR="$(cd "${TMPDIR}" && pwd -P)"