# alias Powershell 中 ```powershell Get-Alias ``` ```powershell Set-Alias pn pnpm ``` ```powershell Set-Alias -name pn -value pnpm ``` ```powershell Set-Alias k kubectl ```