summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-03-10 23:35:44 +0800
committerbh <qn+git@excalibur.computer>2026-03-10 23:35:44 +0800
commit275eff3397e1f65320933f3b9b31d7a5fdd90fd1 (patch)
treedfa7825c938e19d7a853984e376d472199200841
parent5361e279c0445722646b9db16dc7c969190ef8df (diff)
Unset ls colors in zsh
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
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 │