mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Enable true colour support in micro
This commit is contained in:
parent
0aa97a13a6
commit
eb530d0a5f
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -163,6 +163,9 @@ DEBEMAIL="feedback@starbeamrainbowlabs.com"
|
||||||
DEBFULLNAME="Starbeamrainbowlabs"
|
DEBFULLNAME="Starbeamrainbowlabs"
|
||||||
export DEBEMAIL DEBFULLNAME
|
export DEBEMAIL DEBFULLNAME
|
||||||
|
|
||||||
|
# micro true colour support
|
||||||
|
export MICRO_TRUECOLOR=1;
|
||||||
|
|
||||||
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