feat(pwsh): z command

This commit is contained in:
2025-05-15 21:03:44 +08:00
parent 5fa463e98a
commit fb5ba9f036

View File

@@ -29,6 +29,17 @@ Create symbolic link `$HOME\.config\starship.toml` point to `$HOME\.TerminalPoly
New-Item -ItemType SymbolicLink -Path "$HOME\.config\starship.toml" -Target "$HOME\.TerminalPolyjuice\starship\starship.toml" New-Item -ItemType SymbolicLink -Path "$HOME\.config\starship.toml" -Target "$HOME\.TerminalPolyjuice\starship\starship.toml"
``` ```
# Zoxide
First, install fzf;
Second, install zoxide;
Then,
```powershell
Invoke-Expression (& { (zoxide init powershell | Out-String) })
```
# Oh-My-Posh # Oh-My-Posh
Copy *.omp.json to `$env:POSH_THEMES_PATH` Copy *.omp.json to `$env:POSH_THEMES_PATH`
Edit $PROFILE and add Edit $PROFILE and add