diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-10-08 11:04:31 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-10-08 11:04:31 -0600 |
commit | 1774c426de3c4845e2d606c813c37067b8cf78d7 (patch) | |
tree | 872a7bbcaa79cf0b1c19d2687090ee6eb8e205fb /plugins/z/README | |
parent | 2b3d602644a13aa97391f22ecfc249b6bc58dd49 (diff) | |
parent | 27857e66d0dab0bd05790307dfe5388f3cb2c51a (diff) | |
download | zsh-1774c426de3c4845e2d606c813c37067b8cf78d7.tar.gz zsh-1774c426de3c4845e2d606c813c37067b8cf78d7.tar.bz2 zsh-1774c426de3c4845e2d606c813c37067b8cf78d7.zip |
Merge remote-tracking branch 'origin/master' into master
Diffstat (limited to 'plugins/z/README')
-rw-r--r-- | plugins/z/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/z/README b/plugins/z/README index 56261cff4..47e54c57a 100644 --- a/plugins/z/README +++ b/plugins/z/README @@ -23,6 +23,8 @@ DESCRIPTION OPTIONS -c restrict matches to subdirectories of the current directory + -e echo the best match, don't cd + -h show a brief help message -l list only @@ -57,6 +59,8 @@ NOTES Optionally: Set $_Z_CMD to change the command name (default z). Set $_Z_DATA to change the datafile (default $HOME/.z). + Set $_Z_MAX_SCORE lower to age entries out faster (default + 9000). Set $_Z_NO_RESOLVE_SYMLINKS to prevent symlink resolution. Set $_Z_NO_PROMPT_COMMAND to handle PROMPT_COMMAND/precmd your- self. @@ -64,8 +68,8 @@ NOTES Set $_Z_OWNER to allow usage when in 'sudo -s' mode. (These settings should go in .bashrc/.zshrc before the line added above.) - Install the provided man page z.1 somewhere like - /usr/local/man/man1. + Install the provided man page z.1 somewhere in your MANPATH, + like /usr/local/man/man1. Aging: The rank of directories maintained by z undergoes aging based on a sim- |