In this example we'll alias pp to pnpm
- check powerchell profile location
echo $profileNote
powershell <7 is usually on : C:\Users\denni\OneDrive\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 powershell 7+ is usually on : C:\Users\denni\OneDrive\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
- add
Set-Alias -Name pp -Value pnpm in the Microsoft.PowerShell_profile.ps1 or Microsoft.PowerShellISE_profile.ps1 file