Sfoglia il codice sorgente

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

* origin/pr/158:
  README: give the rationale for the at-end-of-.zshrc requirement
pull/136/merge
Daniel Shahaf 9 anni fa
parent
commit
7ee9df915d
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. +8
    -0
      README.md

+ 8
- 0
README.md Vedi File

@ -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
------------

Caricamento…
Annulla
Salva