diff --git a/share/functions/fish_vi_cursor.fish b/share/functions/fish_vi_cursor.fish index 254854b6a..2fffccae0 100644 --- a/share/functions/fish_vi_cursor.fish +++ b/share/functions/fish_vi_cursor.fish @@ -45,6 +45,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes' and not string match -rq '^st(-.*)$' -- $TERM and not string match -q 'xterm-kitty*' -- $TERM and not string match -q 'rxvt*' -- $TERM + and not string match -q 'alacritty*' -- $TERM return end