mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
parent
c7d0533dd8
commit
0dc77df13c
@ -185,9 +185,10 @@ ADDITIONAL CONFIGURATION
|
||||
- Enable ZSH Tab Completion
|
||||
|
||||
ZSH tab completion requires the `compinit` module to be loaded.
|
||||
Please add the following line to your \~/.zshrc:
|
||||
Please add the following line to your \~/.zshrc *after* loading
|
||||
autojump:
|
||||
|
||||
autoload -U compinit; compinit
|
||||
autoload -U compinit && compinit
|
||||
|
||||
- Always Ignore Case
|
||||
|
||||
|
@ -124,11 +124,12 @@ Enable ZSH Tab Completion
|
||||
.RS 2
|
||||
.PP
|
||||
ZSH tab completion requires the \f[C]compinit\f[] module to be loaded.
|
||||
Please add the following line to your ~/.zshrc:
|
||||
Please add the following line to your ~/.zshrc \f[I]after\f[] loading
|
||||
autojump:
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
autoload\ -U\ compinit;\ compinit
|
||||
autoload\ -U\ compinit\ &&\ compinit
|
||||
\f[]
|
||||
.fi
|
||||
.RE
|
||||
|
@ -55,9 +55,9 @@ ADDITIONAL CONFIGURATION
|
||||
- Enable ZSH Tab Completion
|
||||
|
||||
ZSH tab completion requires the `compinit` module to be loaded.
|
||||
Please add the following line to your \~/.zshrc:
|
||||
Please add the following line to your \~/.zshrc *after* loading autojump:
|
||||
|
||||
autoload -U compinit; compinit
|
||||
autoload -U compinit && compinit
|
||||
|
||||
- Always Ignore Case
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user