Redirect stderr of initial call to __fish_reload_key_bindings. Fixes ##1155

This commit is contained in:
ridiculousfish 2014-02-03 16:46:01 -08:00
parent bac3b39227
commit 7d345018af

View File

@ -214,8 +214,8 @@ function __fish_config_interactive -d "Initializations that should be performed
end
end
# Load key bindings
__fish_reload_key_bindings
# Load key bindings. Redirect stderr per #1155
__fish_reload_key_bindings ^ /dev/null
# Repaint screen when window changes size
function __fish_winch_handler --on-signal winch