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;;