From e0e1d453f011abaf5a83c90987828ec07f7ae318 Mon Sep 17 00:00:00 2001 From: Azalea Date: Wed, 17 Jan 2024 18:06:36 -0800 Subject: [PATCH] Update powershell.ps1 --- powershell.ps1 | 1 + 1 file changed, 1 insertion(+) 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, '~')) }