1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-15 20:00:40 +01:00
Files
oh-my-zsh/plugins/bundler
pangratz c0b094cf85 Fix function/alias naming clash between bower and bundle plugin
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
2014-05-25 11:15:12 +02:00
..