From 9ea0e598a6f3750b9cf174c866b4a15ba4be0187 Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 12 Feb 2026 13:24:04 +0100 Subject: [PATCH] Added color fix to ls in terminal on ExFAT mounted systems --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 9b89bdc..4607268 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -56,3 +56,7 @@ alias tl='tmux ls' alias tk='tmux kill-session -t' export GPG_TTY=$(tty) + +# Fix unreadable color pallete for ExFat File systems +LS_COLORS="$LS_COLORS:ow=01;36:" +export LS_COLORS