From 2ae12987ad5335659be01c67748a59eb6d52d5d0 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 10 Nov 2017 12:30:39 +0000 Subject: [PATCH] Remove 'correctall' option from ZSH --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index c525155..d7a3ff9 100644 --- a/.zshrc +++ b/.zshrc @@ -16,7 +16,7 @@ HISTFILE=$ZSH_CONFIG_DIR/histfile HISTSIZE=100000 SAVEHIST=100000 setopt sharehistory histignorealldups histignorespace histreduceblanks -setopt pathdirs autocd autopushd correctall extendedglob alwaystoend dvorak +setopt pathdirs autocd autopushd extendedglob alwaystoend dvorak # Only set tty if running interactively if tty -s; then