Update Nushell setup instructions on README.md

This commit is contained in:
Rikiub 2025-09-22 13:08:04 -04:00
parent e3470085de
commit 959ea81929
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ zoxide can be installed in 4 easy steps:
> Execute this command: > Execute this command:
> >
> ```sh > ```sh
> zoxide init nushell | save -f ~/.config/nushell/autoload/zoxide.nu > zoxide init nushell | save -f ($nu.user-autoload-dirs.0)/zoxide.nu
> ``` > ```
> >
> **Note** > **Note**