From 3c9bea07adc06d2f0331b659196e234c9034b727 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 14 Feb 2026 10:39:42 +1100 Subject: [PATCH] Add zsh autocomplete --- zsh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh.sh b/zsh.sh index 8ac1e67..313f843 100755 --- a/zsh.sh +++ b/zsh.sh @@ -75,6 +75,8 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-m git clone https://github.com/z-shell/zsh-eza ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-eza git clone --depth 1 https://github.com/unixorn/fzf-zsh-plugin.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fzf-zsh-plugin git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting +git clone --depth 1 https://github.com/marlonrichert/zsh-autocomplete.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autocomplete + # Disable exit on error set +eu