[fish] Enable keys for scripts that use read
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Test fzf on Linux / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled
Generate Sponsors README / deploy (push) Has been cancelled

Remove the check that exits when the shell is non-interactive, so that
the key bindings will work for the read command, when used by scripts.
This commit is contained in:
bitraid
2024-11-14 11:16:03 +02:00
committed by Junegunn Choi
parent 5b3da1d878
commit 2b7f168571

View File

@@ -11,8 +11,6 @@
# - $FZF_ALT_C_COMMAND
# - $FZF_ALT_C_OPTS
status is-interactive; or exit 0
# Key bindings
# ------------