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

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

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