doc: Documents the exact command needed

This is now easier to install for nushells
This commit is contained in:
ActuallyHappening 2024-03-13 20:21:11 +10:00 committed by GitHub
parent 18001773f3
commit 518676bc79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -240,11 +240,12 @@ zoxide can be installed in 4 easy steps:
> zoxide init nushell | save -f ~/.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 > Now, add this to the <ins>**end**</ins> of your config file (you can find it by running
> `$nu.config-path` in Nushell): > `$nu.config-path` in Nushell):
> >
> ```sh > ```sh
> source ~/.zoxide.nu > # addes "source ~/.zoxide.nu" to your config.nu file
> "source ~/.zoxide.nu" | save --append $nu.config-path
> ``` > ```
> >
> **Note** > **Note**