From e3470085de937c2c327137093bfe0eb61f11c6b3 Mon Sep 17 00:00:00 2001 From: Rikiub Date: Mon, 22 Sep 2025 12:58:13 -0400 Subject: [PATCH 1/5] Update Nushell setup instructions on README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9026837..7dca00e 100644 --- a/README.md +++ b/README.md @@ -247,22 +247,14 @@ zoxide can be installed in 4 easy steps:
Nushell - > Add this to the **end** 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 **end** 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+.
From 959ea819293df9a80fd5fb786e7f15c5529e54c1 Mon Sep 17 00:00:00 2001 From: Rikiub Date: Mon, 22 Sep 2025 13:08:04 -0400 Subject: [PATCH 2/5] Update Nushell setup instructions on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dca00e..e25c183 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ zoxide can be installed in 4 easy steps: > Execute this command: > > ```sh - > zoxide init nushell | save -f ~/.config/nushell/autoload/zoxide.nu + > zoxide init nushell | save -f ($nu.user-autoload-dirs.0)/zoxide.nu > ``` > > **Note** From 7f6a8407e6141a1443027e82982861d3b6935688 Mon Sep 17 00:00:00 2001 From: Rikiub Date: Mon, 22 Sep 2025 17:54:32 -0400 Subject: [PATCH 3/5] Revert "Update Nushell setup instructions on README.md" This reverts commit 959ea819293df9a80fd5fb786e7f15c5529e54c1. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e25c183..7dca00e 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ zoxide can be installed in 4 easy steps: > Execute this command: > > ```sh - > zoxide init nushell | save -f ($nu.user-autoload-dirs.0)/zoxide.nu + > zoxide init nushell | save -f ~/.config/nushell/autoload/zoxide.nu > ``` > > **Note** From 629a7f804d131a39dc14d50fa1f989ac4123fef6 Mon Sep 17 00:00:00 2001 From: Rikiub Date: Mon, 22 Sep 2025 17:54:46 -0400 Subject: [PATCH 4/5] Revert "Update Nushell setup instructions on README.md" This reverts commit e3470085de937c2c327137093bfe0eb61f11c6b3. --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dca00e..9026837 100644 --- a/README.md +++ b/README.md @@ -247,14 +247,22 @@ zoxide can be installed in 4 easy steps:
Nushell - > Execute this command: + > Add this to the **end** 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 **end** 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+.
From 6ec9ffaee54fb9311e4c204da0cf5d5869ace791 Mon Sep 17 00:00:00 2001 From: Rikiub Date: Mon, 22 Sep 2025 18:04:45 -0400 Subject: [PATCH 5/5] Change Nushell setup (again) in README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9026837..028c433 100644 --- a/README.md +++ b/README.md @@ -247,22 +247,14 @@ zoxide can be installed in 4 easy steps:
Nushell - > Add this to the **end** of your env file (find it by running `$nu.env-path` - > in Nushell): + > Add this to the **end** of your config file (find it by running `$nu.config-path` in Nushell): > > ```sh - > zoxide init nushell | save -f ~/.zoxide.nu - > ``` - > - > Now, add this to the **end** of your config file (find it by running - > `$nu.config-path` in Nushell): - > - > ```sh - > source ~/.zoxide.nu + > zoxide init nushell | save -f ($nu.user-autoload-dirs.0)/zoxide.nu > ``` > > **Note** - > zoxide only supports Nushell v0.89.0+. + > zoxide only supports Nushell v0.96.0+.