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