From b8100b88c4fa4edacd6bf3e34074ab8678a44f1c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 31 Jan 2016 14:07:34 +0800 Subject: Tune zsh configs; Auto startx if login on tty6 (.zlogin) --- _zsh/setopt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_zsh/setopt.zsh') diff --git a/_zsh/setopt.zsh b/_zsh/setopt.zsh index f80fda6..79a1832 100644 --- a/_zsh/setopt.zsh +++ b/_zsh/setopt.zsh @@ -44,7 +44,7 @@ unsetopt MENU_COMPLETE # spelling correction for commands setopt CORRECT # spelling correction for arguments -setopt CORRECTALL +#setopt CORRECTALL ## Prompt # enable parameter expansion, command substitution, and arithmetic expansion -- cgit v1.2.2