浏览代码

README: give the rationale for the at-end-of-.zshrc requirement

pull/158/head
Daniel Shahaf 9 年前
父节点
当前提交
0c8c4b73f8
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      README.md

+ 8
- 0
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
------------

正在加载...
取消
保存