powershell
PowerShell
PowerShell
Install-Module posh-git -Scope CurrentUserInstall-Module git-aliases -Scope CurrentUser -AllowClobberInstall-Module z -AllowClobberwinget install --id Starship.Starshipwinget install gerardog.gsudoSet-PSReadlineKeyHandler -Key Tab -Function MenuCompleteImport-Module posh-gitImport-Module git-aliases -DisableNameCheckingImport-Module zInvoke-Expression (&starship init powershell)Set-Alias -Name la -Value Get-ChildItemfunction i { param ( [string]$DirectoryName ) Set-Location -Path "$HOME\i\$DirectoryName"}