summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMorgan Larosa <chaos95@gmail.com>2012-07-28 08:25:15 +1000
committerMorgan Larosa <chaos95@gmail.com>2012-07-28 08:25:15 +1000
commit682961e9304c6bf7bd500d741b01640682d35ac9 (patch)
treec7c42f055bf622ec76bb9eddec00f79c34ca5499 /templates
parentd05b2010ffd4cd33ff9402c402051b1caf985d97 (diff)
downloadzsh-682961e9304c6bf7bd500d741b01640682d35ac9.tar.gz
zsh-682961e9304c6bf7bd500d741b01640682d35ac9.tar.bz2
zsh-682961e9304c6bf7bd500d741b01640682d35ac9.zip
Add a configuration option to disable autocorrect
Diffstat (limited to 'templates')
-rw-r--r--templates/zshrc.zsh-template3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template
index e52553241..cb9c5855e 100644
--- a/templates/zshrc.zsh-template
+++ b/templates/zshrc.zsh-template
@@ -23,6 +23,9 @@ ZSH_THEME="robbyrussell"
# Uncomment following line if you want to disable autosetting terminal title.
# DISABLE_AUTO_TITLE="true"
+# Uncomment following line if you want to disable command autocorrection
+# DISABLE_CORRECTION="true"
+
# Uncomment following line if you want red dots to be displayed while waiting for completion
# COMPLETION_WAITING_DOTS="true"