diff --git a/DeveloperProfile.ps1 b/DeveloperProfile.ps1 index cd635ba..bb683a0 100644 --- a/DeveloperProfile.ps1 +++ b/DeveloperProfile.ps1 @@ -19,4 +19,5 @@ else Set-PSReadLineOption -PredictionViewStyle ListView -Import-Module posh-git \ No newline at end of file +Import-Module posh-git +Import-Module posh-dotnet \ No newline at end of file diff --git a/README.md b/README.md index 8306951..e0e2748 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,20 @@ then add `Import-Module posh-git` to your [Terminal Profile](#terminal-profile). You can also take a look at the [official installation guide](https://github.com/dahlbyk/posh-git?tab=readme-ov-file#installation). +### [Posh-DotNet](https://github.com/bergmeister/posh-dotnet) + +`PowerShell` tab completion for the [dotnet CLI](https://github.com/dotnet/cli). + +For installation run + +``` +Install-Module posh-dotnet -Force +``` + +then add `Import-Module posh-dotnet` to your [Terminal Profile](#terminal-profile). + +You can also take a look at the [official installation guide](https://github.com/bergmeister/posh-dotnet?tab=readme-ov-file#installation). + ## Terminal Profile To open the profile configuration