mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 21:53:09 +08:00
Redirect stderr of initial call to __fish_reload_key_bindings. Fixes ##1155
This commit is contained in:
parent
bac3b39227
commit
7d345018af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user