From 818a7c6f0dba820e784cbce78cb037eaf123d28d Mon Sep 17 00:00:00 2001 From: Asocia Date: Sun, 2 May 2021 01:45:45 +0300 Subject: [PATCH] Change a setting about autocompletion --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9f3c6f2..0a85b48 100644 --- a/.zshrc +++ b/.zshrc @@ -33,7 +33,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # HYPHEN_INSENSITIVE="true" # Uncomment the following line to enable command auto-correction. -ENABLE_CORRECTION="true" +# ENABLE_CORRECTION="true" # Uncomment the following line to display red dots whilst waiting for completion. COMPLETION_WAITING_DOTS="true"