minor docs update regarding compinit

pull/189/head
William Ting 11 years ago
parent f4fa47fd22
commit d9e7bbe67d

@ -190,6 +190,12 @@ ADDITIONAL CONFIGURATION
autoload -U compinit && compinit
For security compinit checks completion system if files will be
owned by root or the current user. This check can be ignored by
using the -u flag:
autoload -U compinit && compinit -u
- Always Ignore Case
Default behavior is to prioritize exact matches over all else. For

@ -132,6 +132,16 @@ autojump:
autoload\ -U\ compinit\ &&\ compinit
\f[]
.fi
.PP
For security compinit checks completion system if files will be owned by
root or the current user.
This check can be ignored by using the -u flag:
.IP
.nf
\f[C]
autoload\ -U\ compinit\ &&\ compinit\ -u
\f[]
.fi
.RE
.IP \[bu] 2
Always Ignore Case

@ -59,6 +59,11 @@ ADDITIONAL CONFIGURATION
autoload -U compinit && compinit
For security compinit checks completion system if files will be owned by
root or the current user. This check can be ignored by using the -u flag:
autoload -U compinit && compinit -u
- Always Ignore Case
Default behavior is to prioritize exact matches over all else. For

Loading…
Cancel
Save