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"
eval $fish_key_bindings
end
end ^/dev/null
end