mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
added missing underscore
This commit is contained in:
parent
f310f1e96c
commit
58a0c6f9d3
@ -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…
x
Reference in New Issue
Block a user