From 217272c669680774eb7037918d4a081a4279f62a Mon Sep 17 00:00:00 2001 From: bh Date: Tue, 10 Mar 2026 23:35:44 +0800 Subject: Unset ls colors in zsh --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index cd3d518..efa2ab0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -38,6 +38,7 @@ SAVEHIST=1000000000 # └──────────────────────────────────────────────────────────────┘ plugins=(git) source $ZSH/oh-my-zsh.sh +unset LS_COLORS #unset ls colors # ┌──────────────────────────────────────────────────────────────┐ # │ 🔍 FZF │ -- cgit v1.2.3