zshrc: revert disabling shell auto title

This commit is contained in:
surtur 2023-09-08 14:14:48 +02:00
parent 889fd62e17
commit 661b2b4d7c
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

2
.zshrc

@ -45,7 +45,7 @@
DISABLE_MAGIC_FUNCTIONS="false" DISABLE_MAGIC_FUNCTIONS="false"
# Uncomment the following line to disable auto-setting terminal title. # 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. # Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="false" ENABLE_CORRECTION="false"