summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-03-23 18:07:49 -0500
committerzachir <zachir@librem.one>2024-03-23 18:16:23 -0500
commitec4d2768355e09bef1ddc0cbb7fa54b71c7f1e17 (patch)
tree572e9ce723650dbc34a557de09bd518803ff274f
parent5cc306a5da9174e9dbb3aed5cfb441d317ff24cc (diff)
Set kitty TERM to kitty-256color
This increases compatibility with SSH.
-rw-r--r--kitty/kitty.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitty/kitty.conf b/kitty/kitty.conf
index 99d5440..6207c2f 100644
--- a/kitty/kitty.conf
+++ b/kitty/kitty.conf
@@ -1469,7 +1469,7 @@ color15 #ffffff
#: This option must be a comma separated list of the above values.
#: This only source the first valid one in the above order.
-# term xterm-kitty
+term xterm-256color
#: The value of the TERM environment variable to set. Changing this
#: can break many terminal programs, only change it if you know what