Update Nushell setup instructions on README.md

This commit is contained in:
Rikiub 2025-09-22 12:58:13 -04:00
parent 76125d9bd3
commit e3470085de
1 changed files with 3 additions and 11 deletions

View File

@ -247,22 +247,14 @@ 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):
> Execute this command:
>
> ```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 ~/.config/nushell/autoload/zoxide.nu
> ```
>
> **Note**
> zoxide only supports Nushell v0.89.0+.
> zoxide only supports Nushell v0.96.0+.
</details>