From f5c023bd6e9e141fe6cebaf94bb323c782589ccb Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Sat, 2 May 2020 01:41:31 +0200
Subject: [PATCH] Change kitty TERM variable to 'xterm-kitty'

This enables curly colored underlines in kitty (eg. for highlighting
errors in neovim).
---
 home-profiles/kitty/.config/kitty/kitty.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home-profiles/kitty/.config/kitty/kitty.conf b/home-profiles/kitty/.config/kitty/kitty.conf
index 38e8144..77d08e1 100644
--- a/home-profiles/kitty/.config/kitty/kitty.conf
+++ b/home-profiles/kitty/.config/kitty/kitty.conf
@@ -322,7 +322,7 @@ clipboard_control write-clipboard write-primary
 # The value of the TERM environment variable to set. Changing this can break
 # many terminal programs, only change it if you know what you are doing, not
 # because you read some advice on Stack Overflow to change it.
-term xterm-256color
+term xterm-kitty
 
 
 # }}}
-- 
GitLab