remove: pwsh :home_util shortcut
solved by adding home_util.exe to startup folder
This commit is contained in:
parent
1d201c0f6b
commit
ad585e1444
1 changed files with 0 additions and 6 deletions
|
@ -33,12 +33,6 @@ function Invoke-Starship-PreCommand {
|
||||||
Invoke-Expression (&starship init powershell)
|
Invoke-Expression (&starship init powershell)
|
||||||
$ENV:STARSHIP_CONFIG = "$HOME\.config\starship.toml"
|
$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")
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue