mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
added missing underscore
This commit is contained in:
parent
f310f1e96c
commit
58a0c6f9d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue