mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-09-20 01:36:15 +08:00

Since the `bower` plugin specifies a `bi` alias and `bundle` plugin specifies a `bi` function, there is a name clash when using both plugins, which results in the message "Can't 'bundle install' outside a bundled project" when trying to execute `bower`. This adresses #2486