1
0
Fork 0

Add DEMEMAIL and DEBFULLNAME vars to bashrc

This commit is contained in:
Starbeamrainbowlabs 2016-07-23 15:43:14 +01:00
parent 65e46360dc
commit 74851598de
1 changed files with 5 additions and 0 deletions

View File

@ -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