zshrc: disable unneeded functionality

This commit is contained in:
surtur 2023-08-18 16:10:15 +02:00
parent 663f597237
commit 21cf4282f7
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

4
.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"