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
|
# dh_make configuration
|
||||||
DEBEMAIL="feedback@starbeamrainbowlabs.com"
|
DEBEMAIL="feedback@starbeamrainbowlabs.com"
|
||||||
DEBFULLNAME="Starbeamrainbowlabs"
|
DEBFULLNAME="Starbeamrainbowlabs"
|
||||||
export DEBEMAIL DEBFULLNAME
|
export DEBEMAIL DEBFULLNAME;
|
||||||
|
|
||||||
# micro true colour support
|
# micro true colour support
|
||||||
export MICRO_TRUECOLOR=1;
|
export MICRO_TRUECOLOR=1;
|
||||||
|
|
||||||
|
# Add ~/bin & /sbin to PATH if they haven't already been added
|
||||||
if [[ ":$PATH:" != *":$HOME/bin:"* ]]; then
|
if [[ ":$PATH:" != *":$HOME/bin:"* ]]; then
|
||||||
export PATH=$PATH:$HOME/bin;
|
export PATH=$PATH:$HOME/bin;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue