mirror of
https://github.com/JG2401/PowerShellProfiles.git
synced 2026-08-29 04:30:08 +00:00
@@ -18,3 +18,5 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
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).
|
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
|
## Terminal Profile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user