From 2b7f168571d53a19f4c60fcb6b3e20e2b688b28f Mon Sep 17 00:00:00 2001 From: bitraid Date: Thu, 14 Nov 2024 11:16:03 +0200 Subject: [PATCH] [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. --- shell/key-bindings.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/key-bindings.fish b/shell/key-bindings.fish index 1630227..745a89f 100644 --- a/shell/key-bindings.fish +++ b/shell/key-bindings.fish @@ -11,8 +11,6 @@ # - $FZF_ALT_C_COMMAND # - $FZF_ALT_C_OPTS -status is-interactive; or exit 0 - # Key bindings # ------------