From 518676bc7920a8710e256a5979a91fed71308da7 Mon Sep 17 00:00:00 2001 From: ActuallyHappening <105958073+ActuallyHappening@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:21:11 +1000 Subject: [PATCH] doc: Documents the exact command needed This is now easier to install for nushells --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e859f3..69bdfd8 100644 --- a/README.md +++ b/README.md @@ -240,11 +240,12 @@ zoxide can be installed in 4 easy steps: > zoxide init nushell | save -f ~/.zoxide.nu > ``` > - > Now, add this to the **end** of your config file (find it by running + > Now, add this to the **end** 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**