Merge remote-tracking branch 'origin/pr/158'

* origin/pr/158:
  README: give the rationale for the at-end-of-.zshrc requirement
This commit is contained in:
Daniel Shahaf 2015-09-01 16:26:04 +00:00
commit 7ee9df915d

View File

@ -47,6 +47,14 @@ How to install
source ~/.zshrc source ~/.zshrc
FAQ
---
### Why must `zsh-syntax-highlighting.zsh` be sourced at the end of the `.zshrc` file?
`zsh-syntax-highlighting.zsh` wraps ZLE widgets. It must be sourced after all
custom widgets have been created (i.e., after all `zle -N` calls).
How to tweak How to tweak
------------ ------------