From ec7a5fd5c912989b002137006cfca0f8aab31ac7 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Sun, 21 Sep 2025 14:24:49 +0200 Subject: [PATCH] =?UTF-8?q?poprawnienie=20=C5=82=C4=85czenia=20si=C4=99=20?= =?UTF-8?q?do=20serwera=20z=20u=C5=BCyciem=20terminala=20kitty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index f8dff0f..e2235d5 100644 --- a/.bashrc +++ b/.bashrc @@ -33,6 +33,10 @@ if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi +if [ "$TERM" = "xterm-kitty" ]; then + export TERM=xterm-256color +fi + # Colored prompt configuration case "$TERM" in xterm-color|*-256color) color_prompt=yes;;