diff options
author | Michele Bologna <michele.bologna@gmail.com> | 2020-10-07 17:15:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 17:15:29 +0200 |
commit | 01ce52e6814c27a61945ed4406059c14f0c5d548 (patch) | |
tree | 61a2bd5ce39026b6b1f03e06581d020b14a48b95 /plugins/z/z.1 | |
parent | 6ebf27b8d34c760e25749790ea78dcb0c220d76b (diff) | |
download | zsh-01ce52e6814c27a61945ed4406059c14f0c5d548.tar.gz zsh-01ce52e6814c27a61945ed4406059c14f0c5d548.tar.bz2 zsh-01ce52e6814c27a61945ed4406059c14f0c5d548.zip |
z: upgrade plugin to the latest version (#9310)
Commit-id: 125f4dc47e15891739dd8262d5b23077fe8fb9ab
https://github.com/rupa/z/commit/125f4dc47e15891739dd8262d5b23077fe8fb9ab
Diffstat (limited to 'plugins/z/z.1')
-rw-r--r-- | plugins/z/z.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/z/z.1 b/plugins/z/z.1 index d4cac1ac2..182f98176 100644 --- a/plugins/z/z.1 +++ b/plugins/z/z.1 @@ -78,6 +78,9 @@ Set \fB$_Z_CMD\fR to change the command name (default \fBz\fR). Set \fB$_Z_DATA\fR to change the datafile (default \fB$HOME/.z\fR). .RE .RS +Set \fB$_Z_MAX_SCORE\fR lower to age entries out faster (default \fB9000\fR). +.RE +.RS Set \fB$_Z_NO_RESOLVE_SYMLINKS\fR to prevent symlink resolution. .RE .RS |