mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
fix some references from npm --> bower.
This commit is contained in:
parent
b7608bf32d
commit
f9722174f7
1 changed files with 2 additions and 2 deletions
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/=/}
|
||||||
|
|
Loading…
Reference in a new issue