COLORTERM=truecolor

This commit is contained in:
Kolan Sh 2019-06-17 11:29:56 +03:00
parent eaa278084c
commit c78b95348c
1 changed files with 2 additions and 0 deletions

View File

@ -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