Update dotfiles/.zshrc
This commit is contained in:
parent
b30489fa63
commit
ee9a1f551a
1 changed files with 1 additions and 1 deletions
|
@ -258,6 +258,7 @@ if [ -f "$HOME/.local/antigen.zsh" ]; then
|
||||||
fi
|
fi
|
||||||
if command -v antigen > /dev/null; then
|
if command -v antigen > /dev/null; then
|
||||||
antigen use oh-my-zsh
|
antigen use oh-my-zsh
|
||||||
|
antigen bundle marlonrichert/zsh-autocomplete@main
|
||||||
antigen bundle git
|
antigen bundle git
|
||||||
antigen bundle bundler
|
antigen bundle bundler
|
||||||
antigen bundle dotenv
|
antigen bundle dotenv
|
||||||
|
@ -266,7 +267,6 @@ if command -v antigen > /dev/null; then
|
||||||
antigen bundle rbenv
|
antigen bundle rbenv
|
||||||
antigen bundle ruby
|
antigen bundle ruby
|
||||||
antigen bundle k
|
antigen bundle k
|
||||||
antigen bundle marlonrichert/zsh-autocomplete
|
|
||||||
antigen apply
|
antigen apply
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue