mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
fix: add ghostty to terminals that support vi cursors
This commit is contained in:
parent
91ffa8ab48
commit
28a5bac560
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,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 'xterm-kitty*' -- $TERM
|
||||||
and not string match -q 'rxvt*' -- $TERM
|
and not string match -q 'rxvt*' -- $TERM
|
||||||
and not string match -q 'alacritty*' -- $TERM
|
and not string match -q 'alacritty*' -- $TERM
|
||||||
|
and not string match -q 'xterm-ghostty*' -- $TERM
|
||||||
and not string match -q 'foot*' -- $TERM
|
and not string match -q 'foot*' -- $TERM
|
||||||
and not begin
|
and not begin
|
||||||
set -q TMUX
|
set -q TMUX
|
||||||
|
|
Loading…
Reference in a new issue