mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(dotnet): add dwt alias (#11470)
This commit is contained in:
parent
b2313ec749
commit
27f31799df
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ alias dr='dotnet run'
|
|||
alias dt='dotnet test'
|
||||
alias dw='dotnet watch'
|
||||
alias dwr='dotnet watch run'
|
||||
alias dwt='dotnet watch test'
|
||||
alias ds='dotnet sln'
|
||||
alias da='dotnet add'
|
||||
alias dp='dotnet pack'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue