Compare commits
5 Commits
9b87b89de7
...
240f45cc2d
Author | SHA1 | Date |
---|---|---|
|
240f45cc2d | |
|
194f8e31e4 | |
|
eb7b08fed3 | |
|
cb55b31999 | |
|
493042f6bc |
17
README.md
17
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue