From 661b2b4d7c36f7ff296e048274cd68be0967be90 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 8 Sep 2023 14:14:48 +0200 Subject: [PATCH] zshrc: revert disabling shell auto title --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1223047..cdd2460 100644 --- a/.zshrc +++ b/.zshrc @@ -45,7 +45,7 @@ DISABLE_MAGIC_FUNCTIONS="false" # Uncomment the following line to disable auto-setting terminal title. - DISABLE_AUTO_TITLE="true" + DISABLE_AUTO_TITLE="false" # Uncomment the following line to enable command auto-correction. ENABLE_CORRECTION="false"