From eb530d0a5f609718285bc62e5b9d3828a7ef661a Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 9 Jun 2017 21:59:48 +0100 Subject: [PATCH] Enable true colour support in micro --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 830c74f..4a2bde4 100644 --- a/.bashrc +++ b/.bashrc @@ -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