Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
afb5efb8f6
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ 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"
|
||||||
|
|
||||||
|
# z
|
||||||
|
Invoke-Expression (& { (zoxide init powershell | Out-String) })
|
||||||
|
|
||||||
|
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue