Compare commits
8 Commits
7cdab875ca
...
1cf7069b79
Author | SHA1 | Date |
---|---|---|
|
1cf7069b79 | |
|
194f8e31e4 | |
|
d4339180ab | |
|
6ec9ffaee5 | |
|
629a7f804d | |
|
7f6a8407e6 | |
|
959ea81929 | |
|
e3470085de |
16
README.md
16
README.md
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue