mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Commit .bashrc
This commit is contained in:
parent
587065a560
commit
1a0eeb2daf
1 changed files with 2 additions and 1 deletions
3
.bashrc
3
.bashrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue