From acc3adffcb1a9f82743cacce0e742100a4e22e45 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Sun, 17 Jan 2016 07:15:55 -0500 Subject: [PATCH] [utility] don't set zcorrection by default The code in the utility module only checks if the value is 'true'. There is no need to set it to 'false'; just don't set it at all. This should make it easier to enable/disable (uncomment vs value change). --- templates/zimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zimrc b/templates/zimrc index f23ab75..f75e92e 100644 --- a/templates/zimrc +++ b/templates/zimrc @@ -28,9 +28,9 @@ zprompt_theme='steeef' # Utility # -# Enables command correction prompts; setopt CORRECT +# Uncomment to enable command correction prompts; 'setopt CORRECT' # See: http://zsh.sourceforge.net/Doc/Release/Options.html#Input_002fOutput -zcorrection='false' +#zcorrection='true' # # Syntax-Highlighting