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") -} - # --------------------------------------------------------------