mirror of
https://github.com/JG2401/PowerShellProfiles.git
synced 2026-08-28 20:20:14 +00:00
posh-dotnet added
This commit is contained in:
@@ -19,4 +19,5 @@ else
|
|||||||
|
|
||||||
Set-PSReadLineOption -PredictionViewStyle ListView
|
Set-PSReadLineOption -PredictionViewStyle ListView
|
||||||
|
|
||||||
Import-Module posh-git
|
Import-Module posh-git
|
||||||
|
Import-Module posh-dotnet
|
||||||
14
README.md
14
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).
|
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
|
## Terminal Profile
|
||||||
|
|
||||||
To open the profile configuration
|
To open the profile configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user