Merge remote-tracking branch 'origin/main'

This commit is contained in:
qwjyh 2023-05-26 23:04:21 +09:00
commit afb5efb8f6

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