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:
		
						commit
						7ee9df915d
					
				|  | @ -47,6 +47,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 (i.e., after all `zle -N` calls). | ||||
| 
 | ||||
| How to tweak | ||||
| ------------ | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue