From 06bf4309ae4f875b2b391efad6c05610e7392009 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 15 Oct 2023 14:14:24 +0200 Subject: set TERM when using ssh Otherwise alacritty takes over and I loose color when on remote hosts Mosh overtakes it by default --- home-dots/dot-bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home-dots/dot-bashrc b/home-dots/dot-bashrc index 0409c38..098d855 100644 --- a/home-dots/dot-bashrc +++ b/home-dots/dot-bashrc @@ -84,5 +84,6 @@ alias isrun='ps -ae | grep' alias gdimg='git difftool -t image_diff' alias G='grep -i' alias lar='ls -lahrt' +alias ssh='TERM=xterm-256color ssh' alias emacs='TERM=xterm-direct emacs' alias mykeys='setxkbmap -I$HOME/.config/xkb/ oscar -option caps:escape -print | xkbcomp -I$HOME/.config/xkb/ - $DISPLAY' -- cgit v1.2.3