From d353dfb6fd13ee502bdd4138ecbb9f99081a3e0f Mon Sep 17 00:00:00 2001 From: qwjyh Date: Fri, 26 May 2023 22:52:45 +0900 Subject: [PATCH] new: pwsh: zoxide --- dotfiles/pwsh/powershell_profile.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/pwsh/powershell_profile.ps1 b/dotfiles/pwsh/powershell_profile.ps1 index a13446e..b9e0ae5 100644 --- a/dotfiles/pwsh/powershell_profile.ps1 +++ b/dotfiles/pwsh/powershell_profile.ps1 @@ -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) }) # --------------------------------------------------------------