Update CHANGELOG.md and tweak README.md

This commit is contained in:
Jason Shirk 2020-04-08 23:24:21 -07:00
parent 827c099b68
commit 66ccfb0220
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Interactive mode for removing entries (`zoxide remove -i`).
- Aliases for interactive `query` and `remove` (`zqi` and `zri` respectively)
- Specify additional arguments to `fzf` with `$_ZO_FZF_ARGS`.
### Changed

View File

@ -128,7 +128,7 @@ NOTE: PWD hooks are currently not supported for POSIX shells.
- `$_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_FZF_ARGS`: extra arguments to pass to fzf, e.g. `--height 25`
- `$_ZO_FZF_ARGS`: extra arguments to pass to `fzf`
- `$_ZO_MAXAGE`: sets the maximum total rank after which entries start getting deleted
[`dirs` documentation]: https://docs.rs/dirs/latest/dirs/fn.data_local_dir.html