fish_vi_cursor: Add alacritty to the whitelist

This commit is contained in:
Fabian Homborg 2020-05-07 18:04:39 +02:00
parent 81ded4c0ab
commit 3c6c8d5424

View file

@ -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