Update fish instruction in README.md

This commit is contained in:
Stéphane Archer 2024-04-04 17:06:18 +02:00 committed by GitHub
parent 9f67fb5bb9
commit 1a8cb59fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -225,7 +225,9 @@ zoxide can be installed in 4 easy steps:
> `~/.config/fish/config.fish`): > `~/.config/fish/config.fish`):
> >
> ```fish > ```fish
> if command -q zoxide
> zoxide init fish | source > zoxide init fish | source
> end
> ``` > ```
</details> </details>