updates doc
This commit is contained in:
parent
0fac6195a6
commit
8360bd385c
|
|
@ -92,6 +92,10 @@ to use \fBzoxide-remove\fR(1) to remove any existing entries from the database.
|
||||||
Custom options to pass to \fBfzf\fR(1) during interactive selection. See the
|
Custom options to pass to \fBfzf\fR(1) during interactive selection. See the
|
||||||
manpage for the full list of options.
|
manpage for the full list of options.
|
||||||
.TP
|
.TP
|
||||||
|
.B_ZO_FZF_EXTRA_OPTS
|
||||||
|
Custom options to pass to \fBfzf\fR(1) during interactive selection, appended to the default ones.
|
||||||
|
See the manpage for the full list of options.
|
||||||
|
.TP
|
||||||
.B _ZO_MAXAGE
|
.B _ZO_MAXAGE
|
||||||
Configures the aging algorithm, which limits the maximum number of entries in
|
Configures the aging algorithm, which limits the maximum number of entries in
|
||||||
the database. By default, this is set to 10000.
|
the database. By default, this is set to 10000.
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ https://github.com/ajeetdsouza/zoxide
|
||||||
{tab}<bold>_ZO_ECHO</bold> {tab}Print the matched directory before navigating to it when set to 1
|
{tab}<bold>_ZO_ECHO</bold> {tab}Print the matched directory before navigating to it when set to 1
|
||||||
{tab}<bold>_ZO_EXCLUDE_DIRS</bold> {tab}List of directory globs to be excluded
|
{tab}<bold>_ZO_EXCLUDE_DIRS</bold> {tab}List of directory globs to be excluded
|
||||||
{tab}<bold>_ZO_FZF_OPTS</bold> {tab}Custom flags to pass to fzf
|
{tab}<bold>_ZO_FZF_OPTS</bold> {tab}Custom flags to pass to fzf
|
||||||
|
{tab}<bold>_ZO_FZF_EXTRA_OPTS</bold> {tab}Custom flags added the the default fzf ones
|
||||||
{tab}<bold>_ZO_MAXAGE</bold> {tab}Maximum total age after which entries start getting deleted
|
{tab}<bold>_ZO_MAXAGE</bold> {tab}Maximum total age after which entries start getting deleted
|
||||||
{tab}<bold>_ZO_RESOLVE_SYMLINKS</bold>{tab}Resolve symlinks when storing paths").into_resettable()
|
{tab}<bold>_ZO_RESOLVE_SYMLINKS</bold>{tab}Resolve symlinks when storing paths").into_resettable()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue