From 959ea819293df9a80fd5fb786e7f15c5529e54c1 Mon Sep 17 00:00:00 2001 From: Rikiub Date: Mon, 22 Sep 2025 13:08:04 -0400 Subject: [PATCH] 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**