Update powershell.ps1

This commit is contained in:
Azalea
2024-01-17 18:06:36 -08:00
committed by GitHub
parent 3cca4351fb
commit e0e1d453f0
+1
View File
@@ -1,4 +1,5 @@
set-alias ll ls
set-alias mamba micromamba
function su { powershell Start-Process powershell -Verb runAs }
function pwdd { $("$PWD".replace($HOME, '~')) }