summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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
--------