mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-09 23:07:56 +02:00
feat(dotnet): add alias for dotnet build
command (#10435)
Co-authored-by: Adam Cwyk <git@adamcwyk.dev>
This commit is contained in:
@ -30,3 +30,4 @@ alias ds='dotnet sln'
|
||||
alias da='dotnet add'
|
||||
alias dp='dotnet pack'
|
||||
alias dng='dotnet nuget'
|
||||
alias db='dotnet build'
|
||||
|
Reference in New Issue
Block a user