[fish] Enable keys for scripts that use read

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_COMMAND
# - $FZF_ALT_C_OPTS # - $FZF_ALT_C_OPTS
status is-interactive; or exit 0
# Key bindings # Key bindings
# ------------ # ------------