From 21cf4282f7b1e0a7ad610516484a26681144eed8 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 18 Aug 2023 16:10:15 +0200 Subject: [PATCH] zshrc: disable unneeded functionality --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 0685cd5..ecc44b8 100644 --- a/.zshrc +++ b/.zshrc @@ -31,12 +31,12 @@ zstyle ':omz:update' frequency 3 # days # Uncomment the following line to disable colors in ls. -# DISABLE_LS_COLORS="true" + DISABLE_LS_COLORS="true" DISABLE_MAGIC_FUNCTIONS="false" # Uncomment the following line to disable auto-setting terminal title. -# DISABLE_AUTO_TITLE="true" + DISABLE_AUTO_TITLE="true" # Uncomment the following line to enable command auto-correction. ENABLE_CORRECTION="false"