Replacing DISABLE_CORRECTION with ENABLE_CORRECTION in zshrc template

Since commands auto-correction must be explicitly enable with
the ENABLE_CORRECTION envvar, this commit replaces the unaccurate
example in the zshrc template.
This commit is contained in:
Simon Courtois 2014-04-09 12:32:42 +02:00 committed by ncanceill
parent 8d976e02b1
commit 4c64cf4a25
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ ZSH_THEME="robbyrussell"
# Uncomment the following line to disable auto-setting terminal title.
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to disable command auto-correction.
# DISABLE_CORRECTION="true"
# Uncomment the following line to enable command auto-correction.
# ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# COMPLETION_WAITING_DOTS="true"