1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

minor docs update regarding compinit

This commit is contained in:
William Ting 2013-02-17 10:49:31 -06:00
parent f4fa47fd22
commit d9e7bbe67d
3 changed files with 21 additions and 0 deletions

View File

@ -190,6 +190,12 @@ ADDITIONAL CONFIGURATION
autoload -U compinit && compinit 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 - Always Ignore Case
Default behavior is to prioritize exact matches over all else. For Default behavior is to prioritize exact matches over all else. For

View File

@ -132,6 +132,16 @@ autojump:
autoload\ -U\ compinit\ &&\ compinit autoload\ -U\ compinit\ &&\ compinit
\f[] \f[]
.fi .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 .RE
.IP \[bu] 2 .IP \[bu] 2
Always Ignore Case Always Ignore Case

View File

@ -59,6 +59,11 @@ ADDITIONAL CONFIGURATION
autoload -U compinit && compinit 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 - Always Ignore Case
Default behavior is to prioritize exact matches over all else. For Default behavior is to prioritize exact matches over all else. For