doc: Documents the exact command needed
This is now easier to install for nushells
This commit is contained in:
parent
18001773f3
commit
518676bc79
|
|
@ -240,11 +240,12 @@ zoxide can be installed in 4 easy steps:
|
|||
> zoxide init nushell | save -f ~/.zoxide.nu
|
||||
> ```
|
||||
>
|
||||
> Now, add this to the <ins>**end**</ins> of your config file (find it by running
|
||||
> Now, add this to the <ins>**end**</ins> of your config file (you can find it by running
|
||||
> `$nu.config-path` in Nushell):
|
||||
>
|
||||
> ```sh
|
||||
> source ~/.zoxide.nu
|
||||
> # addes "source ~/.zoxide.nu" to your config.nu file
|
||||
> "source ~/.zoxide.nu" | save --append $nu.config-path
|
||||
> ```
|
||||
>
|
||||
> **Note**
|
||||
|
|
|
|||
Loading…
Reference in New Issue