From ee9a1f551aaa8140e40deff4ea1a99e7856ca155 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 29 Oct 2022 11:37:59 +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 b031b7b3..37e9e1db 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -258,6 +258,7 @@ if [ -f "$HOME/.local/antigen.zsh" ]; then fi if command -v antigen > /dev/null; then antigen use oh-my-zsh + antigen bundle marlonrichert/zsh-autocomplete@main antigen bundle git antigen bundle bundler antigen bundle dotenv @@ -266,7 +267,6 @@ if command -v antigen > /dev/null; then antigen bundle rbenv antigen bundle ruby antigen bundle k - antigen bundle marlonrichert/zsh-autocomplete antigen apply fi