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

Update docs on ZSH tab completion.

Closes #178.
This commit is contained in:
William Ting 2013-02-11 10:34:08 -06:00
parent c7d0533dd8
commit 0dc77df13c
3 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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