Compare commits

...

8 Commits

Author SHA1 Message Date
Rikiub% 1cf7069b79
Merge d4339180ab into 194f8e31e4 2025-10-03 05:22:34 +07:00
Ajeet D'Souza 194f8e31e4
Update README.md 2025-10-03 02:59:45 +05:30
Rikiub% d4339180ab
Merge branch 'ajeetdsouza:main' into readme 2025-09-22 18:17:07 -04:00
Rikiub 6ec9ffaee5 Change Nushell setup (again) in README.md 2025-09-22 18:04:45 -04:00
Rikiub 629a7f804d Revert "Update Nushell setup instructions on README.md"
This reverts commit e3470085de.
2025-09-22 17:54:46 -04:00
Rikiub 7f6a8407e6 Revert "Update Nushell setup instructions on README.md"
This reverts commit 959ea81929.
2025-09-22 17:54:32 -04:00
Rikiub 959ea81929 Update Nushell setup instructions on README.md 2025-09-22 13:08:04 -04:00
Rikiub e3470085de Update Nushell setup instructions on README.md 2025-09-22 12:58:13 -04:00
1 changed files with 4 additions and 12 deletions

View File

@ -12,7 +12,7 @@
<sup>Special thanks to:</sup>
<!-- markdownlint-disable-next-line MD013 -->
<div><img alt="Sponsored by Warp" width="230" src="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Github/Sponsor/Warp-Github-LG-03.png" /></div>
<div><a href="https://go.warp.dev/zoxide"><img alt="Sponsored by Warp" width="230" src="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Github/Sponsor/Warp-Github-LG-03.png" /></a></div>
<div><sup><b>Warp, built for coding with multiple AI agents.</b></sup></div>
<div><sup>Available for macOS, Linux, and Windows.</sup></div>
<div><sup>
@ -247,22 +247,14 @@ zoxide can be installed in 4 easy steps:
<details>
<summary>Nushell</summary>
> Add this to the <ins>**end**</ins> of your env file (find it by running `$nu.env-path`
> in Nushell):
> Add this to the <ins>**end**</ins> of your config file (find it by running `$nu.config-path` in Nushell):
>
> ```sh
> zoxide init nushell | save -f ~/.zoxide.nu
> ```
>
> Now, add this to the <ins>**end**</ins> of your config file (find it by running
> `$nu.config-path` in Nushell):
>
> ```sh
> source ~/.zoxide.nu
> zoxide init nushell | save -f ($nu.user-autoload-dirs.0)/zoxide.nu
> ```
>
> **Note**
> zoxide only supports Nushell v0.89.0+.
> zoxide only supports Nushell v0.96.0+.
</details>