Add posh-git
to Windows installations
This commit is contained in:
parent
2a7e0b643e
commit
c851336400
4 changed files with 19 additions and 2 deletions
scripts/Windows/Config/posh-git
7
scripts/Windows/Config/posh-git/Install.ps1
Normal file
7
scripts/Windows/Config/posh-git/Install.ps1
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/pwsh
|
||||
param($context)
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
|
||||
[Context] $context = $context;
|
||||
Write-Host "Configuring posh-git";
|
||||
$context.AddPowerShellProfileStatement("posh-git", 'Import-Module "posh-git";');
|
Loading…
Add table
Add a link
Reference in a new issue