Commit Graph

5 Commits

Author SHA1 Message Date
Cole Helbling 3be75b1bb4
Implement _ZO_EXCLUDE_DIRS
_ZO_EXCLUDE_DIRS is a list of paths (separated by colons, `:`, on
Unix-based systems, and semicolons, `;`, on Windows) that should be
excluded from the database. Example:

    _ZO_EXCLUDE_DIRS="$HOME:$HOME/something/super/secret:$HOME/caused/by/background/cds"
2020-03-28 08:34:06 -07:00
Ajeet D'Souza e46734fb58 Manually parse environment variables 2020-03-28 00:38:36 +05:30
Ajeet D'Souza f06ece7a4f Store paths as PathBuf rather than String 2020-03-27 17:11:26 +05:30
Ajeet D'Souza eb21727868 Use envy to parse environment variables 2020-03-13 14:12:20 +05:30
Ajeet D'Souza 9c8e8da71a Refactor + support PWD hook for zsh 2020-03-13 06:19:37 +05:30