From 5e6a2a77b77743b92794ee861069710d94895ae3 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Tue, 11 Apr 2023 10:51:53 +0100 Subject: [PATCH] Enable zsh corrections --- states/zsh/files/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index ca4c33c..f453e8b 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -23,7 +23,7 @@ compinit HISTFILE=~/.histfile HISTSIZE=100000 SAVEHIST=100000 -setopt appendhistory autocd extendedglob nomatch extendedhistory +setopt appendhistory autocd extendedglob nomatch extendedhistory correct unsetopt beep notify bindkey -v # End of lines configured by zsh-newuser-install -- 2.46.2