Fix prompt reflow in kitty terminal

This commit is contained in:
tomKPZ
2021-04-27 21:33:06 -07:00
committed by Fabian Homborg
parent 8cd5f6cfde
commit 7735d13d79

View File

@@ -235,6 +235,8 @@ function __fish_config_interactive -d "Initializations that should be performed
if set -q VTE_VERSION
# Same for alacritty
or string match -q -- 'alacritty*' $TERM
# Same for kitty
or string match -q -- '*kitty' $TERM
set -g fish_handle_reflow 0
else if set -q KONSOLE_VERSION
and test "$KONSOLE_VERSION" -ge 210400 2>/dev/null