mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Ignore errors when autoloading keybindings
darcs-hash:20070928213741-75c98-8339e7f5f5b465af315efd606fe866624f958320.gz
This commit is contained in:
parent
f4f10a8226
commit
3a73b60956
@ -193,7 +193,8 @@ function __fish_config_interactive -d "Initializations that should be performed
|
||||
|
||||
function __fish_reload_key_bindings -d "Reload keybindings when binding variable change"
|
||||
eval $fish_key_bindings
|
||||
end
|
||||
end ^/dev/null
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user