1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

Adds RushJS plugin

This commit is contained in:
Ted Armstrong
2022-07-25 13:34:01 -04:00
parent 249c708ed3
commit f2316262f8
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
alias rj=rush
alias rji="rush install"
alias rjb="rush build"
alias rjbv="rush build -v"
alias rjr="rush rebuild"
alias rjrv="rush rebuild -v"
alias rjcl="rush clean"
alias rjp="rush purge"
alias rjt="rush test"
alias rjtv="rush test -v"
alias rjc="rush check"