summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-06-22 01:35:36 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-06-22 01:35:36 +0900
commit5254ee2e2a78f165d61edca1af6ce55e0dbe0921 (patch)
treea7df83768d845591593f293c69f8b63f7b5a449e /README.md
parent355d004895eb8cb7e6ca7f8cf0b095f381d6e41b (diff)
Update documentation (#277)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index c5dd3f4d..d460279a 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,13 @@ such as: `^music .mp3$ sbtrkt !rmx`
If you don't need fuzzy matching and do not wish to "quote" every word, start
fzf with `-e` or `--extended-exact` option.
+#### Environment variables
+
+- `FZF_DEFAULT_COMMAND`
+ - Default command to use when input is tty
+- `FZF_DEFAULT_OPTS`
+ - Default options. e.g. `export FZF_DEFAULT_OPTS="--extended --cycle"`
+
Examples
--------