diff --git a/powershell.ps1 b/powershell.ps1 index aaea9f3..c875925 100644 --- a/powershell.ps1 +++ b/powershell.ps1 @@ -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, '~')) }