From fa25023586cb94a1abf4fd3ff95ebe7c3c8ead09 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 16 Feb 2020 14:40:26 +0100 Subject: Remove prezto --- zsh/modules/environment.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh/modules/environment.zsh') diff --git a/zsh/modules/environment.zsh b/zsh/modules/environment.zsh index 4e95dac..9b23ac7 100644 --- a/zsh/modules/environment.zsh +++ b/zsh/modules/environment.zsh @@ -11,6 +11,7 @@ setopt COMBINING_CHARS # Combine zero-length punctuation characters (accents) # with the base character. setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'. unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed. +setopt CORRECT # # Jobs -- cgit