From 8723ec1333c3e5034f3a40edb59b19d545c83e19 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 21 Nov 2022 15:36:51 +0000 Subject: [PATCH] Update dotfiles/.zshrc --- dotfiles/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index b693c920..41901ab2 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -257,6 +257,8 @@ fi if command -v antigen > /dev/null; then alias alias=true antigen use oh-my-zsh + # zsh-autosuggestions should be at top so that specific-settings override + antigen bundle zsh-users/zsh-autosuggestions antigen bundle adb antigen bundle colored-man-pages antigen bundle command-not-found @@ -280,6 +282,7 @@ if command -v antigen > /dev/null; then antigen bundle multipass antigen bundle ng antigen bundle nomad + antigen bundle npm antigen bundle pip antigen bundle pm2 antigen bundle redis-cli @@ -298,11 +301,9 @@ if command -v antigen > /dev/null; then antigen bundle zsh-interactive-cd # antigen bundle zsh-navigation-tools antigen bundle zsh-users/zsh-completions src - antigen bundle zsh-users/zsh-autosuggestions antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle marlonrichert/zsh-autocomplete@main antigen theme romkatv/powerlevel10k - antigen bundle npm antigen apply unalias alias fi