2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-19 16:34:24 +00:00

Ignore errors when autoloading keybindings

darcs-hash:20070928213741-75c98-8339e7f5f5b465af315efd606fe866624f958320.gz
This commit is contained in:
liljencrantz 2007-09-29 07:37:41 +10:00
parent f4f10a8226
commit 3a73b60956

View file

@ -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" function __fish_reload_key_bindings -d "Reload keybindings when binding variable change"
eval $fish_key_bindings eval $fish_key_bindings
end end ^/dev/null
end end