From 92e92076e6734fe18bb99018ed81b52f8ab0dc9c Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 4 Feb 2022 17:04:11 +0100 Subject: [PATCH] Unset LS_COLORS. --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index f249541..0d3b304 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,4 +1,5 @@ # global exports and options +unset LS_COLORS export HISTSIZE=10000 export SAVEHIST=$HISTSIZE export HISTFILE=$XDG_DATA_HOME/zsh/history