Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ zoxide can be installed in 4 easy steps:
> ```powershell
> Invoke-Expression (& { (zoxide init powershell | Out-String) })
> ```
>
> **Note for PowerShell users:** If you use a prompt theme tool (such as
> oh-my-posh, starship, or posh-git), make sure zoxide is initialized
> **after** it in your profile. This is because zoxide wraps the existing
> `prompt` function to record directories. This is not a concern on other
> shells like Bash or Zsh.

</details>

Expand Down
Loading