diff --git a/shell/key-bindings.fish b/shell/key-bindings.fish index abaefead0ef..5cc9d0b3a9d 100644 --- a/shell/key-bindings.fish +++ b/shell/key-bindings.fish @@ -11,6 +11,9 @@ # - $FZF_ALT_C_COMMAND # - $FZF_ALT_C_OPTS +if status is-interactive + + # Key bindings # ------------ function fzf_key_bindings @@ -170,3 +173,6 @@ function fzf_key_bindings end end + + +end