COLORTERM=truecolor
This commit is contained in:
parent
3c2b4963b0
commit
75d6d1e322
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user