mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
fish_vi_cursor: Add alacritty to the whitelist
This commit is contained in:
parent
81ded4c0ab
commit
3c6c8d5424
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue