From 9d1b34e480841de899ca127ebde0446c4bda9f57 Mon Sep 17 00:00:00 2001 From: litsand Date: Wed, 8 Jan 2014 10:06:13 +0800 Subject: [PATCH] Update zshrc.zsh-template update the auto correction line --- templates/zshrc.zsh-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index b2cad20e8..d7590bc2f 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -26,8 +26,8 @@ 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 to enable command autocorrection +# ENABLE_CORRECTION="true" # Uncomment following line if you want red dots to be displayed while waiting for completion # COMPLETION_WAITING_DOTS="true"