Change Nushell section again

I get this weird error on the linter tests:

README.md:245:81 MD013/line-length Line length [Expected: 80; Actual: 110]

Therefore I had to separate the text into two lines.
This commit is contained in:
Rikiub 2025-11-11 18:03:21 -04:00
parent 46a2180132
commit 5243f80ac5
1 changed files with 2 additions and 1 deletions

View File

@ -242,7 +242,8 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>Nushell</summary> <summary>Nushell</summary>
> Add this to the <ins>**end**</ins> of your config file (find it by running `$nu.config-path` in Nushell): > Add this to the <ins>**end**</ins> of your config file.
> Find it by running `$nu.config-path` in Nushell:
> >
> ```sh > ```sh
> zoxide init nushell | save -f ($nu.user-autoload-dirs.0)/zoxide.nu > zoxide init nushell | save -f ($nu.user-autoload-dirs.0)/zoxide.nu