1
0
Fork 0

Enable true colour support in micro

This commit is contained in:
Starbeamrainbowlabs 2017-06-09 21:59:48 +01:00
parent 0aa97a13a6
commit eb530d0a5f
1 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,9 @@ DEBEMAIL="feedback@starbeamrainbowlabs.com"
DEBFULLNAME="Starbeamrainbowlabs"
export DEBEMAIL DEBFULLNAME
# micro true colour support
export MICRO_TRUECOLOR=1;
if [[ ":$PATH:" != *":$HOME/bin:"* ]]; then
export PATH=$PATH:$HOME/bin;
fi