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

feat(dotnet): add restore alias (#13146)

This commit is contained in:
Yunus Emre Akbalık
2025-05-29 13:49:56 +03:00
committed by GitHub
parent 658240f498
commit 95ef251669
2 changed files with 2 additions and 0 deletions

View File

@@ -24,3 +24,4 @@ alias da='dotnet add'
alias dp='dotnet pack'
alias dng='dotnet nuget'
alias db='dotnet build'
alias dres='dotnet restore'