Merge pull request #11 from doronbehar/ctrl-aliases

Document env var FORGIT_NO_ALIASES

Former-commit-id: b9100a95da
This commit is contained in:
Wenxuan 2018-11-07 10:23:36 +08:00 committed by GitHub
commit 46cbfbbc13

View file

@ -102,6 +102,8 @@ forgit_clean=gclean
forgit_stash_show=gss
```
Or you can set `$FORGIT_NO_ALIASES` so no aliases will be created at all.
You can add custom fzf options for `forgit`, including keybinds, layout, etc.
(No need to repeat the options already defined in `FZF_DEFAULT_OPTS`)