docs: Fix typo in FZF_SHELL_FLAG variable name

pull/3726/head
LangLangbart 2 months ago
parent 58a23d10b7
commit 8b3b9e71dc

@ -907,7 +907,7 @@ e.g. \fBfzf --fish | source\fR
.TP
.B FZF_DEFAULT_COMMAND
Default command to use when input is tty. On *nix systems, fzf runs the command
with \fB$SHELL $FZF_SHELL_FLAG\fR if \fBSHELL\fR and \fBFZF_SHELL_FLAGS\fR are set, otherwise with \fBsh -c\fR.
with \fB$SHELL $FZF_SHELL_FLAG\fR if \fBSHELL\fR and \fBFZF_SHELL_FLAG\fR are set, otherwise with \fBsh -c\fR.
.TP
.B FZF_SHELL_FLAG

Loading…
Cancel
Save