Document _ZO_EXCLUDE_DIRS env var

This commit is contained in:
Cole Helbling 2020-03-27 23:06:25 -07:00
parent 3be75b1bb4
commit c49375e135
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C
1 changed files with 4 additions and 1 deletions

View File

@ -101,6 +101,9 @@ zoxide init fish | source
### Environment variables
- `$_ZO_ECHO`: `z` will print the matched directory before navigating to it
- `$_ZO_DATA`: sets the location of the database (default: `~/.zo`)
- `$_ZO_ECHO`: `z` will print the matched directory before navigating to it
- `$_ZO_EXCLUDE_DIRS`: list of directories separated by platform-specific
characters (`:` on Linux and macOS, and `;` on Windows) to be excluded from
the database
- `$_ZO_MAXAGE`: sets the maximum total rank after which entries start getting deleted