poprawnienie łączenia się do serwera z użyciem terminala kitty
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -33,6 +33,10 @@ if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
|
|||||||
debian_chroot=$(cat /etc/debian_chroot)
|
debian_chroot=$(cat /etc/debian_chroot)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$TERM" = "xterm-kitty" ]; then
|
||||||
|
export TERM=xterm-256color
|
||||||
|
fi
|
||||||
|
|
||||||
# Colored prompt configuration
|
# Colored prompt configuration
|
||||||
case "$TERM" in
|
case "$TERM" in
|
||||||
xterm-color|*-256color) color_prompt=yes;;
|
xterm-color|*-256color) color_prompt=yes;;
|
||||||
|
|||||||
Reference in New Issue
Block a user