diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index edf6c733a..50bd5d891 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -180,12 +180,8 @@ end" >$__fish_config_dir/config.fish end set -g __fish_active_key_bindings "$fish_key_bindings" set -g fish_bind_mode default - if test "$fish_key_bindings" = fish_default_key_bindings - # Redirect stderr per #1155 - fish_default_key_bindings 2>/dev/null - else - $fish_key_bindings 2>/dev/null - end + # Redirect stderr per #1155 + $fish_key_bindings 2>/dev/null # Load user key bindings if they are defined if functions --query fish_user_key_bindings >/dev/null fish_user_key_bindings 2>/dev/null