From b5c215c4737272b7a92393282e1da98e5af5e925 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 6 May 2017 11:17:13 -0700 Subject: [PATCH] disabled auto correction in zsh --- link/nix/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link/nix/zshrc b/link/nix/zshrc index 14ea849..b648435 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -29,7 +29,7 @@ ZSH_THEME="beanbag" # 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="false"