mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
feature(plugins): add bower commands aliases (#3387)
This commit is contained in:
parent
a2e6a85bf3
commit
a3d90624df
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
alias bi="bower install"
|
||||
alias bisd="bower install --save-dev"
|
||||
alias bis="bower install --save"
|
||||
alias bl="bower list"
|
||||
alias bs="bower search"
|
||||
|
||||
|
|
Loading…
Reference in a new issue