This commit is contained in:
Rikiub% 2026-02-28 16:33:12 +05:45 committed by GitHub
commit 0fa9dfcdc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 11 deletions

View File

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