mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
fix some references from npm --> bower.
This commit is contained in:
4
plugins/bower/_bower
Normal file → Executable file
4
plugins/bower/_bower
Normal file → Executable file
@@ -1,13 +1,13 @@
|
|||||||
|
|
||||||
|
|
||||||
# Credits to npm's. Awesome completion utility.
|
# Credits to npm's awesome completion utility.
|
||||||
#
|
#
|
||||||
# Bower completion script, based on npm completion script.
|
# Bower completion script, based on npm completion script.
|
||||||
|
|
||||||
###-begin-bower-completion-###
|
###-begin-bower-completion-###
|
||||||
#
|
#
|
||||||
# Installation: bower completion >> ~/.bashrc (or ~/.zshrc)
|
# Installation: bower completion >> ~/.bashrc (or ~/.zshrc)
|
||||||
# Or, maybe: bower completion > /usr/local/etc/bash_completion.d/npm
|
# Or, maybe: bower completion > /usr/local/etc/bash_completion.d/bower
|
||||||
#
|
#
|
||||||
|
|
||||||
COMP_WORDBREAKS=${COMP_WORDBREAKS/=/}
|
COMP_WORDBREAKS=${COMP_WORDBREAKS/=/}
|
||||||
|
|||||||
Reference in New Issue
Block a user