zsh-users / antigen

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

there is a typo error in wiki page #735

Open adinxu opened 2 years ago

adinxu commented 2 years ago

The position is Wiki-Quick start-Configure .zshrc

source $HOME/antigen.zsh
 ...
antigen bundle <<EOBUNDLES
    # Bundles from the default repo (robbyrussell's oh-my-zsh)
    git
...

The bundle should be bundles, it confused me a lot. if you just put it to .zshrc and reopen the terminal, it will not tell anything, but you just realize some package doesn't work ,and don't know what's wrong. if you perform it directly, it will prompt "Antigen: Must provide a bundle url or name." hope this problem doesn't bother other people.

justinbowes commented 1 year ago

This just bit me too.

esadler44 commented 4 months ago

I also just ran into this...

devsheva commented 3 months ago

I just ran into this, should be fixed imo