diff --git a/README.md b/README.md index 16e1fbd3..8ff0820d 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,19 @@ zoxide can be installed in 4 easy steps: > ``` + +
+ Nushell + + > *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} + > ``` + +
## Configuration