From 3c6c8d542410cd84b8249c84a58ec28db71fba06 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 7 May 2020 18:04:39 +0200 Subject: [PATCH] fish_vi_cursor: Add alacritty to the whitelist --- share/functions/fish_vi_cursor.fish | 1 + 1 file changed, 1 insertion(+) 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