summaryrefslogtreecommitdiff
path: root/.shenv
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-03-30 20:03:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-03-30 20:03:33 -0700
commitbd9fa10112720f31194106fdb48dbf9bf8506906 (patch)
tree91e9e67d07a603a4585f888d6683b9b360324e11 /.shenv
parentb642a09dada9c023211f9b69cc33a1086d3cd250 (diff)
downloaddotfiles-bd9fa10112720f31194106fdb48dbf9bf8506906.tar.gz
move dch settings into .shenv
Diffstat (limited to '.shenv')
-rwxr-xr-x.shenv4
1 files changed, 4 insertions, 0 deletions
diff --git a/.shenv b/.shenv
index bf310821..69750dac 100755
--- a/.shenv
+++ b/.shenv
@@ -128,6 +128,10 @@ TERMCMD="xfce4-terminal"
export TERMCMD
TERMINAL="xfce4-terminal"
export TERMINAL
+DEBFULLNAME="Sean Whitton"
+export DEBFULLNAME
+DEBEMAIL="spwhitton@spwhitton.name"
+export DEBEMAIL
# "Setting the monitor port to 0 turns the monitoring function off,
# and autossh will only restart ssh upon ssh's exit."