mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Redirect stderr of initial call to __fish_reload_key_bindings. Fixes ##1155
This commit is contained in:
parent
bac3b39227
commit
7d345018af
1 changed files with 2 additions and 2 deletions
|
@ -214,8 +214,8 @@ function __fish_config_interactive -d "Initializations that should be performed
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Load key bindings
|
# Load key bindings. Redirect stderr per #1155
|
||||||
__fish_reload_key_bindings
|
__fish_reload_key_bindings ^ /dev/null
|
||||||
|
|
||||||
# Repaint screen when window changes size
|
# Repaint screen when window changes size
|
||||||
function __fish_winch_handler --on-signal winch
|
function __fish_winch_handler --on-signal winch
|
||||||
|
|
Loading…
Reference in a new issue