fish_vi_cursor: Support foot

Fixes #8391
This commit is contained in:
Fabian Homborg 2021-11-08 17:23:35 +01:00
parent e163990788
commit 12117cfe3d

View file

@ -51,6 +51,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
and not string match -q 'xterm-kitty*' -- $TERM
and not string match -q 'rxvt*' -- $TERM
and not string match -q 'alacritty*' -- $TERM
and not string match -q 'foot' -- $TERM
return
end