mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-12-31 21:21:47 +00:00
Use GitHub note tag
This commit is contained in:
parent
9d9bcfcac2
commit
c3e3c855ca
12
README.md
12
README.md
@ -179,7 +179,8 @@ Add this to your configuration (usually `~/.elvish/rc.elv`):
|
|||||||
eval (zoxide init elvish | slurp)
|
eval (zoxide init elvish | slurp)
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: zoxide only supports elvish v0.18.0 and above.
|
> **Note**
|
||||||
|
> zoxide only supports elvish v0.18.0 and above.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -192,7 +193,8 @@ Add this to your configuration (usually `~/.config/fish/config.fish`):
|
|||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: zoxide only supports fish v3.4.0 and above.
|
> **Note**
|
||||||
|
> zoxide only supports fish v3.4.0 and above.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -212,7 +214,8 @@ Now, add this to the end of your config file (find it by running
|
|||||||
source ~/.zoxide.nu
|
source ~/.zoxide.nu
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: zoxide only supports Nushell v0.63.0 and above.
|
> **Note**
|
||||||
|
> zoxide only supports Nushell v0.63.0 and above.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -280,7 +283,8 @@ eval "$(zoxide init posix --hook prompt)"
|
|||||||
[fzf] is a command-line fuzzy finder, used by zoxide for interactive selection.
|
[fzf] is a command-line fuzzy finder, used by zoxide for interactive selection.
|
||||||
It can be installed from [here][fzf-installation].
|
It can be installed from [here][fzf-installation].
|
||||||
|
|
||||||
Note: zoxide only supports fzf v0.21.0 and above.
|
> **Note**
|
||||||
|
> zoxide only supports fzf v0.21.0 and above.
|
||||||
|
|
||||||
### *Step 4: Import your data (optional)*
|
### *Step 4: Import your data (optional)*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user