From 3a73b60956403218a28f81b38a8a29eb9d0b228c Mon Sep 17 00:00:00 2001 From: liljencrantz Date: Sat, 29 Sep 2007 07:37:41 +1000 Subject: [PATCH] Ignore errors when autoloading keybindings darcs-hash:20070928213741-75c98-8339e7f5f5b465af315efd606fe866624f958320.gz --- share/functions/__fish_config_interactive.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index ce51a01b2..e30efb6a4 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -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