From 18ffa36d5953af77353ae3548ca60c580b50cc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Sun, 30 Mar 2025 19:55:18 +0200 Subject: [PATCH] Disable ZSH auto correction --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f3b642c..d610bf4 100644 --- a/.zshrc +++ b/.zshrc @@ -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"