docs: ✏️ Update README

Former-commit-id: 288e722d97
This commit is contained in:
Wenxuan Zhang 2019-05-29 19:26:22 +08:00
parent 6e7903a1a6
commit c193f18285

View file

@ -127,7 +127,9 @@ Customizing fzf options for each command individually is also supported:
| `gss` | `FORGIT_STASH_FZF_OPTS` |
| `gclean` | `FORGIT_CLEAN_FZF_OPTS` |
The full loading order of fzf options is `FZF_DEFAULT_OPTS`(`fzf` global) -> `FORGIT_FZF_DEFAULT_OPTS`(`forgit` global) -> `FORGIT_CMD_FZF_OPTS`(command specific).
The full loading order of fzf options is:
`FZF_DEFAULT_OPTS`(`fzf` global) -> `FORGIT_FZF_DEFAULT_OPTS`(`forgit` global) -> `FORGIT_CMD_FZF_OPTS`(command specific).
## Optional