From 629a7f804d131a39dc14d50fa1f989ac4123fef6 Mon Sep 17 00:00:00 2001 From: Rikiub Date: Mon, 22 Sep 2025 17:54:46 -0400 Subject: [PATCH] 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+.