zsh-users / antigen

The plugin manager for zsh.
http://antigen.sharats.me
MIT License
8.01k stars 279 forks source link

antigen update <bundle-name> updates other packages #700

Open trusktr opened 4 years ago

trusktr commented 4 years ago

Description

The Commands Wiki page says:

antigen update [<bundle-name>]

Where is the bundle name to update. If no is given Antigen will update all loaded bundles (see antigen-list).

however when I supply a <bundle-name>, it still seems to update other things. For example:

~ ❯ antigen update trusktr/longterm-beep
Updating robbyrussell/oh-my-zsh... Done. Took 1s.
Updating rupa/z... Done. Took 1s.
Updating sorin-ionescu/prezto... Done. Took 1s.
Updating trusktr/longterm-beep... Done. Took 1s.
Updating zsh-users/zsh-completions... Done. Took 1s.
Updating zsh-users/zsh-history-substring-search... Done. Took 1s.
Updating zsh-users/zsh-syntax-highlighting... Done. Took 0s.
Done. Please open a new shell to see the changes.

Software version

Configuration