From c49375e135492af954b499b21f67990976ca9587 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 27 Mar 2020 23:06:25 -0700 Subject: [PATCH] Document _ZO_EXCLUDE_DIRS env var --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5f1f82..3693075 100644 --- a/README.md +++ b/README.md @@ -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