mirror of
https://github.com/JG2401/PowerShellProfiles.git
synced 2026-08-28 20:20:14 +00:00
Posh-Git added
This commit is contained in:
@@ -17,4 +17,6 @@ else
|
||||
Set-PSReadLineOption -PredictionSource History
|
||||
}
|
||||
|
||||
Set-PSReadLineOption -PredictionViewStyle ListView
|
||||
Set-PSReadLineOption -PredictionViewStyle ListView
|
||||
|
||||
Import-Module posh-git
|
||||
16
README.md
16
README.md
@@ -63,6 +63,22 @@ For this representation you need ` Set-PSReadLineOption -PredictionSource Histor
|
||||
|
||||
You can also take a look at the [official installation guide](https://github.com/PowerShell/PSReadLine#installation).
|
||||
|
||||
### [Posh-Git](https://github.com/dahlbyk/posh-git)
|
||||
|
||||
Provides tab completion for common git commands, branch names, paths and more in Powershell
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Please check out the [Prerequisites](https://github.com/dahlbyk/posh-git?tab=readme-ov-file#prerequisites) before executing the following command.
|
||||
|
||||
For installation run
|
||||
|
||||
```
|
||||
PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force
|
||||
```
|
||||
|
||||
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).
|
||||
|
||||
## Terminal Profile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user