diff options
author | Will Andrews <will@FreeBSD.org> | 2001-06-03 18:43:08 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-06-03 18:43:08 +0000 |
commit | c4314f0ecbedc1a750cff52cc4dd3c02dae43d1a (patch) | |
tree | 6171f4399b2ba629878d87a24377cddb460ed604 /shells/zsh/pkg-descr | |
parent | f4c714775247e64428a9837685dd5559ef1bca84 (diff) | |
download | ports-c4314f0ecbedc1a750cff52cc4dd3c02dae43d1a.tar.gz ports-c4314f0ecbedc1a750cff52cc4dd3c02dae43d1a.zip |
Notes
Diffstat (limited to 'shells/zsh/pkg-descr')
-rw-r--r-- | shells/zsh/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shells/zsh/pkg-descr b/shells/zsh/pkg-descr index 2740c468f6aa..4bf0d83794ce 100644 --- a/shells/zsh/pkg-descr +++ b/shells/zsh/pkg-descr @@ -5,4 +5,12 @@ command-line editor, options for customising its behaviour, filename globbing, features to make C-shell (csh) users feel more at home and extra features drawn from tcsh (another `custom' shell). +If you want to use zsh completion system, you should type the following +commands: + + $ autoload -U compinstall + $ compinstall + +See also zshcompsys(1) manpages. :) + WWW: http://www.zsh.org/ |