diff --git a/Powershell_configs/Microsoft.PowerShell_profile.ps1 b/Powershell_configs/Microsoft.PowerShell_profile.ps1 index 6d5913f..d1ed758 100644 --- a/Powershell_configs/Microsoft.PowerShell_profile.ps1 +++ b/Powershell_configs/Microsoft.PowerShell_profile.ps1 @@ -41,3 +41,10 @@ function which ($command) { Get-Command -Name $command -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Path -ErrorAction SilentlyContinue } + + # install lazygit +#scoop bucket add extras +#Install lazygit +#scoop install lazygit + +