Update dotfiles/.zshrc
This commit is contained in:
parent
ad09c768bc
commit
769d32dd32
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,6 @@ if command -v antigen > /dev/null; then
|
||||||
antigen bundle multipass
|
antigen bundle multipass
|
||||||
antigen bundle ng
|
antigen bundle ng
|
||||||
antigen bundle nomad
|
antigen bundle nomad
|
||||||
antigen bundle npm
|
|
||||||
antigen bundle pip
|
antigen bundle pip
|
||||||
antigen bundle pm2
|
antigen bundle pm2
|
||||||
antigen bundle redis-cli
|
antigen bundle redis-cli
|
||||||
|
@ -304,6 +303,7 @@ if command -v antigen > /dev/null; then
|
||||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||||
antigen bundle marlonrichert/zsh-autocomplete@main
|
antigen bundle marlonrichert/zsh-autocomplete@main
|
||||||
antigen theme romkatv/powerlevel10k
|
antigen theme romkatv/powerlevel10k
|
||||||
|
antigen bundle npm
|
||||||
antigen apply
|
antigen apply
|
||||||
unalias alias
|
unalias alias
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue