mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
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
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# Alias sorted alphabetically
|
||||
|
||||
alias y="yarn "
|
||||
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…
Add table
Add a link
Reference in a new issue