Revert "Update Nushell setup instructions on README.md"
This reverts commit e3470085de
.
This commit is contained in:
parent
7f6a8407e6
commit
629a7f804d
14
README.md
14
README.md
|
@ -247,14 +247,22 @@ zoxide can be installed in 4 easy steps:
|
|||
<details>
|
||||
<summary>Nushell</summary>
|
||||
|
||||
> Execute this command:
|
||||
> Add this to the <ins>**end**</ins> of your env file (find it by running `$nu.env-path`
|
||||
> in Nushell):
|
||||
>
|
||||
> ```sh
|
||||
> zoxide init nushell | save -f ~/.config/nushell/autoload/zoxide.nu
|
||||
> 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
|
||||
> ```
|
||||
>
|
||||
> **Note**
|
||||
> zoxide only supports Nushell v0.96.0+.
|
||||
> zoxide only supports Nushell v0.89.0+.
|
||||
|
||||
</details>
|
||||
|
||||
|
|
Loading…
Reference in New Issue