1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 17:00:44 +01:00

dotnet: use official dotnet completion (#8518)

This commit is contained in:
Harry
2020-02-15 19:19:57 +01:00
committed by GitHub
parent aa4146a9a4
commit 0bcecf2f63
2 changed files with 18 additions and 105 deletions

View File

@@ -20,4 +20,4 @@ plugins=(... dotnet)
| ds | dotnet sln | Modify Visual Studio solution files. |
| da | dotnet add | Add a package or reference to a .NET project. |
| dp | dotnet pack | Create a NuGet package. |
| dng | dotnet nuget | Provides additional NuGet commands. |
| dng | dotnet nuget | Provides additional NuGet commands. |