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:
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…
Reference in New Issue
Block a user