powershell
PowerShell
安装
powershell
Install-Module posh-git -Scope CurrentUserpowershell
Install-Module git-aliases -Scope CurrentUser -AllowClobberpowershell
Install-Module z -AllowClobberpowershell
winget install --id Starship.Starshippowershell
winget install gerardog.gsudo使用说明
powershell
Set-PSReadlineKeyHandler -Key Tab -Function MenuCompletepowershell
Import-Module posh-gitImport-Module git-aliases -DisableNameCheckingImport-Module zpowershell
Invoke-Expression (&starship init powershell)powershell
Set-Alias -Name la -Value Get-ChildItempowershell
function i { param ( [string]$DirectoryName )
Set-Location -Path "$HOME\i\$DirectoryName"}