This commit is contained in:
Maxim Uvarov 2025-10-06 16:15:32 -07:00 committed by GitHub
commit 240f45cc2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -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