mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 21:31:14 -03:00
added missing underscore
This commit is contained in:
committed by
ridiculousfish
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
|
||||
|
||||
Reference in New Issue
Block a user