From ad585e1444c91161ee3dc817296089d44b548dcc Mon Sep 17 00:00:00 2001 From: qwjyh Date: Wed, 5 Oct 2022 02:45:32 +0900 Subject: [PATCH] remove: pwsh :home_util shortcut solved by adding home_util.exe to startup folder --- dotfiles/pwsh/powershell_profile.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dotfiles/pwsh/powershell_profile.ps1 b/dotfiles/pwsh/powershell_profile.ps1 index b756192..f1e3b7d 100644 --- a/dotfiles/pwsh/powershell_profile.ps1 +++ b/dotfiles/pwsh/powershell_profile.ps1 @@ -33,12 +33,6 @@ function Invoke-Starship-PreCommand { Invoke-Expression (&starship init powershell) $ENV:STARSHIP_CONFIG = "$HOME\.config\starship.toml" -# home_util shortcut -$home_util_path = "~\Documents\macro\ahk" -function home_util { - & (Join-Path -Path $home_util_path -ChildPath "home_util.exe") -} - # --------------------------------------------------------------