From 678c5e26cce208c629289c40e04e5d52c3a173d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 2 Oct 2013 18:10:18 +0200 Subject: [PATCH] Disabled annoying autocorrection for zsh. --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 9032f9e..8bf73d0 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -27,7 +27,7 @@ DISABLE_AUTO_UPDATE="true" # DISABLE_AUTO_TITLE="true" # Uncomment following line if you want to disable command autocorrection -# DISABLE_CORRECTION="true" +DISABLE_CORRECTION="true" # Uncomment following line if you want red dots to be displayed while waiting for completion # COMPLETION_WAITING_DOTS="true"