mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
quasar create and clean problem
This commit is contained in:
parent
16b296b408
commit
288718e759
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ alias qs="$QUASAR serve"
|
|||
alias qh="$QUASAR help"
|
||||
alias qd="$QUASAR dev"
|
||||
alias qb="$QUASAR build"
|
||||
alias qc="$QUASAR clean"
|
||||
alias qcl="$QUASAR clean"
|
||||
alias qn="$QUASAR new"
|
||||
alias qnp="$QUASAR new page"
|
||||
alias qnl="$QUASAR new layout"
|
||||
|
|
Loading…
Reference in a new issue