diff options
author | MarkPochert <MarkPochert@users.noreply.github.com> | 2018-07-29 17:43:15 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-07-29 17:43:15 +0200 |
commit | a24a0b1a8e464fd4c6ab6c2f95ef5a8f025ff093 (patch) | |
tree | 43e822086af0d3af232878bc3c581ca9cbdffb62 /plugins/z/z.1 | |
parent | 9544316ef95c2aa1e75101a7dce545b4604b3ca6 (diff) | |
download | zsh-a24a0b1a8e464fd4c6ab6c2f95ef5a8f025ff093.tar.gz zsh-a24a0b1a8e464fd4c6ab6c2f95ef5a8f025ff093.tar.bz2 zsh-a24a0b1a8e464fd4c6ab6c2f95ef5a8f025ff093.zip |
Update z to latest version (#7021)
Diffstat (limited to 'plugins/z/z.1')
-rw-r--r-- | plugins/z/z.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/z/z.1 b/plugins/z/z.1 index bbc1bf5df..d4cac1ac2 100644 --- a/plugins/z/z.1 +++ b/plugins/z/z.1 @@ -22,6 +22,9 @@ OPTIONS \fB\-c\fR restrict matches to subdirectories of the current directory .TP +\fB\-e\fR +echo the best match, don't cd +.TP \fB\-h\fR show a brief help message .TP @@ -90,7 +93,8 @@ Set \fB$_Z_OWNER\fR to allow usage when in 'sudo -s' mode. (These settings should go in .bashrc/.zshrc before the line added above.) .RE .RS -Install the provided man page \fBz.1\fR somewhere like \fB/usr/local/man/man1\fR. +Install the provided man page \fBz.1\fR somewhere in your \f$MANPATH, like +\fB/usr/local/man/man1\fR. .RE .SS Aging: |