From 75d6d1e322bfafda83f622f688dc70ccc7f31053 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 17 Jun 2019 11:30:29 +0300 Subject: [PATCH] COLORTERM=truecolor --- constants.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.sh b/constants.sh index 7b4a583..8e83fd6 100755 --- a/constants.sh +++ b/constants.sh @@ -19,3 +19,5 @@ if [[ "linux" == "$TERM" && -f $HOME/.dircolors ]]; then elif [[ "linux" != "$TERM" && -f $HOME/.dircolors_256 ]]; then eval $(dircolors -b $HOME/.dircolors_256) fi + +export COLORTERM=truecolor