This commit is contained in:
Rikiub% 2025-10-03 05:22:34 +07:00 committed by GitHub
commit 1cf7069b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 11 deletions

View File

@ -247,22 +247,14 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>Nushell</summary> <summary>Nushell</summary>
> Add this to the <ins>**end**</ins> of your env file (find it by running `$nu.env-path` > Add this to the <ins>**end**</ins> of your config file (find it by running `$nu.config-path` in Nushell):
> in Nushell):
> >
> ```sh > ```sh
> zoxide init nushell | save -f ~/.zoxide.nu > zoxide init nushell | save -f ($nu.user-autoload-dirs.0)/zoxide.nu
> ```
>
> Now, add this to the <ins>**end**</ins> of your config file (find it by running
> `$nu.config-path` in Nushell):
>
> ```sh
> source ~/.zoxide.nu
> ``` > ```
> >
> **Note** > **Note**
> zoxide only supports Nushell v0.89.0+. > zoxide only supports Nushell v0.96.0+.
</details> </details>