From 2a5a294647834b6c5baca15df92604b8ca37ffef Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 14 Feb 2026 10:38:15 +1100 Subject: [PATCH] Update .zshrc --- configs/.zshrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/.zshrc b/configs/.zshrc index fd8a7ad..02cafc0 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -17,7 +17,11 @@ # ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) # Uncomment the following line to use case-sensitive completion. - CASE_SENSITIVE="true" +CASE_SENSITIVE="true" + +#Zsh autocorrect +unsetopt correct_all + # Uncomment the following line to use hyphen-insensitive completion. Case # sensitive completion must be off. _ and - will be interchangeable. @@ -62,6 +66,7 @@ plugins=( git zsh-history-substring-search zsh-autosuggestions + zsh-autocomplete # zsh-eza fzf-zsh-plugin zsh-syntax-highlighting