1
0
Fork 0

Commit .bashrc

This commit is contained in:
Starbeamrainbowlabs 2018-01-03 22:28:24 +00:00
parent 587065a560
commit 1a0eeb2daf
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 1 deletions

View File

@ -163,11 +163,12 @@ fi
# dh_make configuration
DEBEMAIL="feedback@starbeamrainbowlabs.com"
DEBFULLNAME="Starbeamrainbowlabs"
export DEBEMAIL DEBFULLNAME
export DEBEMAIL DEBFULLNAME;
# micro true colour support
export MICRO_TRUECOLOR=1;
# Add ~/bin & /sbin to PATH if they haven't already been added
if [[ ":$PATH:" != *":$HOME/bin:"* ]]; then
export PATH=$PATH:$HOME/bin;
fi