1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

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

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