From 74851598de32e7fe45f04ade4cf6cbfd2ab6fd08 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 23 Jul 2016 15:43:14 +0100 Subject: [PATCH] Add DEMEMAIL and DEBFULLNAME vars to bashrc --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index 424f6a8..c6dcc09 100644 --- a/.bashrc +++ b/.bashrc @@ -155,3 +155,8 @@ source ~/bin/commacd.sh # hh / hstr configuration (https://github.com/dvorka/hstr/) export HH_CONFIG=hicolor # get more colors if [[ $- =~ .*i.* ]]; then bind '"\C-r": "\C-a hh \C-j"'; fi + +# dh_make configuration +DEBEMAIL="feedback@starbeamrainbowlabs.com" +DEBFULLNAME="Starbeamrainbowlabs" +export DEBEMAIL DEBFULLNAME