mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
fish_vi_cursor: Add alacritty to the whitelist
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user