From 58a0c6f9d34c9f5916f3d4f3403108b05186d52e Mon Sep 17 00:00:00 2001 From: Nate Soares Date: Thu, 18 Oct 2012 22:37:22 -0700 Subject: [PATCH] added missing underscore --- share/functions/__fish_config_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 0f4ae99c9..4ff4a27b9 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -205,7 +205,7 @@ function __fish_config_interactive -d "Initializations that should be performed if test "$fish_key_bindings" = fish_default_key_bindings fish_default_key_bindings #Load user key bindings if they are defined - if functions --query fish_user_key bindings > /dev/null + if functions --query fish_user_key_bindings > /dev/null fish_user_key_bindings end else