Disable ZSH auto correction

This commit is contained in:
2025-03-30 19:55:18 +02:00
parent b66b8a8ea7
commit 18ffa36d59

2
.zshrc
View File

@@ -27,7 +27,7 @@ export UPDATE_ZSH_DAYS=13
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"
ENABLE_CORRECTION="false"
# Uncomment the following line to display red dots whilst waiting for completion.
COMPLETION_WAITING_DOTS="true"