Added color fix to ls in terminal on ExFAT mounted systems

This commit is contained in:
2026-02-12 13:24:04 +01:00
parent 815561e0ef
commit 9ea0e598a6
+4
View File
@@ -56,3 +56,7 @@ alias tl='tmux ls'
alias tk='tmux kill-session -t' alias tk='tmux kill-session -t'
export GPG_TTY=$(tty) export GPG_TTY=$(tty)
# Fix unreadable color pallete for ExFat File systems
LS_COLORS="$LS_COLORS:ow=01;36:"
export LS_COLORS