From 5919e84a7eb59509e48fc446cf5edc41105f9c0d Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 2 Nov 2022 19:47:09 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 653eeade..5eeb6368 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -320,7 +320,7 @@ if command -v antigen > /dev/null; then #antigen bundle ProfessorManhattan/zsh-completions src antigen bundle zsh-users/zsh-autosuggestions antigen bundle zsh-users/zsh-syntax-highlighting - antigen bundle marlonrichert/zsh-autocomplete + antigen bundle marlonrichert/zsh-autocomplete@main antigen theme romkatv/powerlevel10k antigen apply fi