mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
Removed backwards compatibility check for fish_user_keybindings
This commit is contained in:
parent
01608cf062
commit
8a63326411
1 changed files with 0 additions and 3 deletions
|
@ -207,9 +207,6 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||
#Load user key bindings if they are defined
|
||||
if functions --query fish_user_key_bindings > /dev/null
|
||||
fish_user_key_bindings
|
||||
# Deprecated. Retained for backwards compatibility reasons.
|
||||
else if functions --query fish_user_keybindings > /dev/null
|
||||
fish_user_keybindings
|
||||
end
|
||||
else
|
||||
eval $fish_key_bindings ^/dev/null
|
||||
|
|
Loading…
Reference in a new issue