From 3cad61acadcedcc0481a780a5b614c7a732e705c Mon Sep 17 00:00:00 2001 From: Wenxuan Date: Wed, 7 Nov 2018 10:32:11 +0800 Subject: [PATCH] Update README Former-commit-id: db21e7a3d204babf9014f002d0308a283ac799e5 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ec64c..e951e3a 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ Interactive `git clean` selector ## Custom options You can change the default aliases by defining these variables below. +(To disable all aliases, Set the `FORGIT_NO_ALIASES` flag.) ``` bash # Define them before sourcing the plugin if you don't use any plugin manager. @@ -102,8 +103,6 @@ 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`)