Compare commits

...

5 Commits

Author SHA1 Message Date
Maxim Uvarov 240f45cc2d
Merge cb55b31999 into 194f8e31e4 2025-10-06 16:15:32 -07:00
Ajeet D'Souza 194f8e31e4
Update README.md 2025-10-03 02:59:45 +05:30
Ajeet D'Souza eb7b08fed3
Update README.md 2025-09-30 18:34:43 +05:30
Maxim Uvarov cb55b31999
Add instructions for Nushell 2023-05-08 18:47:21 +08:00
Maxim Uvarov 493042f6bc
Added instructions to import CWDs history of Nushell 2023-05-08 18:42:03 +08:00
1 changed files with 15 additions and 2 deletions

View File

@ -12,12 +12,12 @@
<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>
Visit
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=zoxide_20231001"><u>warp.dev</u></a>
<a href="https://go.warp.dev/zoxide"><u>warp.dev</u></a>
to learn more.
</sup></div>
@ -393,6 +393,19 @@ zoxide can be installed in 4 easy steps:
> ```
</details>
<details>
<summary>Nushell</summary>
> *If you have enabled `.sqlite` history storage ([help](https://github.com/nushell/nushell/blob/a2dd948e71c3cbdecfa1a2dbf35282707e151b02/crates/nu-utils/src/sample_config/default_config.nu#L268)), you can import all visited directories*
>
> Run this command in Nushell:
>
> ```sh
> history | get cwd | uniq | each {|i| zoxide add $i}
> ```
</details>
## Configuration