From af66c00155010fafa8e87e398a379f862ea63d7d Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 26 Sep 2022 04:10:17 +0900 Subject: [PATCH] pwsh whereis --- dotfiles/pwsh/powershell_profile.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/pwsh/powershell_profile.ps1 b/dotfiles/pwsh/powershell_profile.ps1 index ff955e0..a8881e9 100644 --- a/dotfiles/pwsh/powershell_profile.ps1 +++ b/dotfiles/pwsh/powershell_profile.ps1 @@ -10,6 +10,7 @@ function ~ { cd ~ } function .. { cd .. } function epl {explorer.exe .} Set-Alias touch New-Item +Set-Alias whereis where.exe # starship