Update docs on ZSH tab completion.

Closes #178.
pull/180/head
William Ting 11 years ago
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…
Cancel
Save