diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-10 23:35:44 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-10 23:35:44 +0800 |
| commit | 275eff3397e1f65320933f3b9b31d7a5fdd90fd1 (patch) | |
| tree | dfa7825c938e19d7a853984e376d472199200841 | |
| parent | 5361e279c0445722646b9db16dc7c969190ef8df (diff) | |
Unset ls colors in zsh
| -rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ SAVEHIST=1000000000 # └──────────────────────────────────────────────────────────────┘ plugins=(git) source $ZSH/oh-my-zsh.sh +unset LS_COLORS #unset ls colors # ┌──────────────────────────────────────────────────────────────┐ # │ 🔍 FZF │ |
