Procházet zdrojové kódy

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 před 9 roky
rodič
revize
7ee9df915d
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +8
    -0
      README.md

+ 8
- 0
README.md Zobrazit soubor

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

Načítá se…
Zrušit
Uložit