0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

feature(plugins): add bower commands aliases (#3387)

This commit is contained in:
Gabo Esquivel 2021-06-11 22:06:06 -06:00 committed by GitHub
parent a2e6a85bf3
commit a3d90624df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"