From c78b95348c04f931c16dce17fb5e51b12772e57a Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 17 Jun 2019 11:29:56 +0300 Subject: [PATCH] COLORTERM=truecolor --- constants.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.sh b/constants.sh index f35646b..9d3663e 100755 --- a/constants.sh +++ b/constants.sh @@ -43,3 +43,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