aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-06-03 18:43:08 +0000
committerWill Andrews <will@FreeBSD.org>2001-06-03 18:43:08 +0000
commitc4314f0ecbedc1a750cff52cc4dd3c02dae43d1a (patch)
tree6171f4399b2ba629878d87a24377cddb460ed604 /shells/zsh/pkg-descr
parentf4c714775247e64428a9837685dd5559ef1bca84 (diff)
downloadports-c4314f0ecbedc1a750cff52cc4dd3c02dae43d1a.tar.gz
ports-c4314f0ecbedc1a750cff52cc4dd3c02dae43d1a.zip
Notes
Diffstat (limited to 'shells/zsh/pkg-descr')
-rw-r--r--shells/zsh/pkg-descr8
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/