From 9edb2a1fcf988b1aaf4181d4d755fdeb4e7d29c8 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 5 Nov 2018 22:21:29 +0200 Subject: [PATCH] Document env var FORGIT_NO_ALIASES --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93f3e03..17ec64c 100644 --- a/README.md +++ b/README.md @@ -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`)