• pangratz's avatar
    Fix function/alias naming clash between bower and bundle plugin · c0b094cf
    pangratz authored
    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
    c0b094cf
bundler.plugin.zsh 1.74 KB