From 0c8c4b73f81d1b9918ab47e9f0528d49eba2915e Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 26 Jan 2015 09:08:31 +0000 Subject: [PATCH] README: give the rationale for the at-end-of-.zshrc requirement --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7546395..aff1c8a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ How to install 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 (`zle -N`). + How to tweak ------------