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