antigen icon indicating copy to clipboard operation
antigen copied to clipboard

antigen update <bundle-name> updates other packages

Open trusktr opened this issue 6 years ago • 0 comments

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

  • antigen version 1.4.1
  • zsh --version 5.7.1 (x86_64-pc-linux-gnu)
  • uname -a Linux manjattan 5.4.14-2-MANJARO #1 SMP PREEMPT Fri Jan 24 09:34:16 UTC 2020 x86_64 GNU/Linux

Configuration

  • gist of .antigenrc N/A
  • gist of .zshrc -- antigen bundle a bunch of stuff

trusktr avatar Feb 04 '20 03:02 trusktr