Skip to content

Commit a9e35a7

Browse files
committed
add push and pop alias
1 parent 5420396 commit a9e35a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Microsoft.PowerShell_profile.ps1

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ New-Alias ep Edit-PSProfile
2323
New-Alias nu Invoke-NormalUser
2424
New-Alias su Invoke-SuperUser
2525
New-Alias vs Invoke-VsDevCmd
26+
New-Alias push Push-Location
27+
New-Alias pop Pop-Location
2628

2729
. $PSScriptRoot\Modules\Scripts\Set-OutDefaultOverride.ps1
2830
Set-Alias ls Get-ChildItemColorized -Force -Option AllScope

0 commit comments

Comments
 (0)