mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(dotnet): add alias for dotnet build command (#10435)
Co-authored-by: Adam Cwyk <git@adamcwyk.dev>
This commit is contained in:
parent
452ddff763
commit
8e5f3db305
2 changed files with 2 additions and 0 deletions
|
|
@ -30,3 +30,4 @@ alias ds='dotnet sln'
|
|||
alias da='dotnet add'
|
||||
alias dp='dotnet pack'
|
||||
alias dng='dotnet nuget'
|
||||
alias db='dotnet build'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue