From fe8026d2bb94e70e55c017bcc869690551f00429 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 21 Nov 2022 13:58:32 +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 00c3a60e..a9e93c2c 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -265,7 +265,6 @@ if command -v antigen > /dev/null; then antigen bundle gnu-utils antigen bundle macos antigen bundle magic-enter - antigen bundle npm antigen bundle safe-paste # antigen bundle shell-proxy # antigen bundle ssh-agent @@ -276,6 +275,7 @@ if command -v antigen > /dev/null; then antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle marlonrichert/zsh-autocomplete@main antigen theme romkatv/powerlevel10k + antigen bundle npm antigen apply fi