diff --git a/README.md b/README.md index 207788a..a6bcad4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/autojump.1 b/docs/autojump.1 index c5b0ea5..e152f87 100644 --- a/docs/autojump.1 +++ b/docs/autojump.1 @@ -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 diff --git a/docs/body.md b/docs/body.md index f32b893..56aaabf 100644 --- a/docs/body.md +++ b/docs/body.md @@ -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