From 7f6a8407e6141a1443027e82982861d3b6935688 Mon Sep 17 00:00:00 2001 From: Rikiub Date: Mon, 22 Sep 2025 17:54:32 -0400 Subject: [PATCH] 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**