mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
parent
93d40f9143
commit
0f4126c115
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||
end
|
||||
|
||||
function __fish_winch_handler --on-signal WINCH -d "Repaint screen when window changes size"
|
||||
commandline -f repaint
|
||||
commandline -f repaint >/dev/null 2>/dev/null
|
||||
end
|
||||
|
||||
# Notify terminals when $PWD changes (issue #906).
|
||||
|
|
Loading…
Reference in a new issue