From e17df66e6362e638bfb588574675dc59fcff374c Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 10 Jan 2020 16:16:40 +0100 Subject: [PATCH] Autocorrect. --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index 7a45116..4d5f012 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,4 +1,5 @@ autoload -U compinit && compinit +setopt correct_all alias ll='ls -lh' alias ls='ls -G' source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh