Merge cb55b31999
into 194f8e31e4
This commit is contained in:
commit
240f45cc2d
13
README.md
13
README.md
|
@ -393,6 +393,19 @@ zoxide can be installed in 4 easy steps:
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
</details>
|
</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
|
## Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue