[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).
This commit is contained in:
Matt Hamilton 2016-01-17 07:15:55 -05:00
parent 95cc94d9a0
commit acc3adffcb
1 changed files with 2 additions and 2 deletions

View File

@ -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