new: pwsh: zoxide

This commit is contained in:
qwjyh 2023-05-26 22:52:45 +09:00
parent 7b737c69e2
commit d353dfb6fd

View file

@ -51,6 +51,8 @@ function Invoke-Starship-PreCommand {
Invoke-Expression (&starship init powershell)
$ENV:STARSHIP_CONFIG = "$HOME\.config\starship.toml"
# z
Invoke-Expression (& { (zoxide init powershell | Out-String) })
# --------------------------------------------------------------