# HG changeset patch # User Oleksandr Gavenko # Date 1605984018 -7200 # Node ID 0f401364a9aa04c968237cd9f41f9123abcc2ae9 # Parent efc28cae2634446e665dea530cf9a6784620c779 Replace TERM=mintty with "xterm" as remote Debian doesn't have "mintty" definition. diff -r efc28cae2634 -r 0f401364a9aa .bashrc --- a/.bashrc Sat Nov 21 19:42:50 2020 +0200 +++ b/.bashrc Sat Nov 21 20:40:18 2020 +0200 @@ -179,6 +179,9 @@ # CYGWIN=noglob causes https://github.com/docker/machine/issues/4516 cygwin) alias docker-machine='CYGWIN= docker-machine' ;; esac +case $TERM in + mintty*) alias ssh='TERM=xterm ssh' ;; +esac # --blank-lines-after-procedures --break-before-boolean-operator --braces-on-if-line --braces-on-struct-decl-line # --comment-indentationn --space-after-cast --line-comments-indentationn --declaration-indentationn --honour-newlines