Add alias for yarn remove
Adds a simple alias that maps `yr` to `yarn remove`, also removes extra whitespace from `y` alias
This commit is contained in:
parent
4fec0a46e7
commit
2b76bee2d1
@ -2,6 +2,7 @@
|
||||
|
||||
alias y="yarn"
|
||||
alias ya="yarn add"
|
||||
alias yr="yarn remove"
|
||||
alias ycc="yarn cache clean"
|
||||
alias yh="yarn help"
|
||||
alias yo="yarn outdated"
|
||||
|
Loading…
Reference in New Issue
Block a user