From 58a0c6f9d34c9f5916f3d4f3403108b05186d52e Mon Sep 17 00:00:00 2001 From: Nate Soares Date: Thu, 18 Oct 2012 22:37:22 -0700 Subject: added missing underscore --- share/functions/__fish_config_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/functions') diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 0f4ae99c..4ff4a27b 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 -- cgit v1.2.3