Skip to content

Commit

Permalink
Update docs on ZSH tab completion.
Browse files Browse the repository at this point in the history
Closes wting#178.
  • Loading branch information
wting committed Feb 11, 2013
1 parent c7d0533 commit 0dc77df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions docs/autojump.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/body.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0dc77df

Please sign in to comment.