summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 │