1
0
Fork 0
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:
Starbeamrainbowlabs 2017-06-09 21:59:48 +01:00
parent 0aa97a13a6
commit eb530d0a5f

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