diff options
Diffstat (limited to 'shells/zsh-devel/pkg-descr')
-rw-r--r-- | shells/zsh-devel/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shells/zsh-devel/pkg-descr b/shells/zsh-devel/pkg-descr index 8f4144f053ea..5df075c1db61 100644 --- a/shells/zsh-devel/pkg-descr +++ b/shells/zsh-devel/pkg-descr @@ -4,3 +4,11 @@ compatible. It includes enhancements of many types, notably in the 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. :) |