mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Ignore errors when autoloading keybindings
darcs-hash:20070928213741-75c98-8339e7f5f5b465af315efd606fe866624f958320.gz
This commit is contained in:
parent
f4f10a8226
commit
3a73b60956
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue