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:
parent
65e46360dc
commit
74851598de
1 changed files with 5 additions and 0 deletions
5
.bashrc
5
.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
|
||||
|
|
Loading…
Reference in a new issue