mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-05-20 04:51:53 +00:00
Document _ZO_EXCLUDE_DIRS env var
This commit is contained in:
parent
1190106849
commit
91cced7333
1 changed files with 4 additions and 1 deletions
|
|
@ -116,6 +116,9 @@ NOTE: There is no PWD hook provided for POSIX shells.
|
|||
|
||||
### 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue