From dac196c91d12533be106c2b06fc2b6aaf857f540 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 13 Jan 2023 19:50:41 -0800 Subject: [PATCH] show cursor in alacritty When the cursor is in the middle of the line, it's invisible without doing this workaround? --- runcoms/zpreztorc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index c0c05a1..5699ac5 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -209,7 +209,8 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \ 'root' # # Set syntax highlighting styles. -# zstyle ':prezto:module:syntax-highlighting' styles \ +zstyle ':prezto:module:syntax-highlighting' styles \ + 'cursor' 'bg=white' # needs to be set for alacritty to work right? # 'builtin' 'bg=blue' \ # 'command' 'bg=blue' \ # 'function' 'bg=blue'