From 5a8de842031ac5599dae664ac319b26fe6cd6b5e Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 17 Nov 2019 22:52:11 +0100 Subject: [PATCH] Add TERM var for new ssh connections --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index c04914f..7c7eb1b 100644 --- a/zshrc +++ b/zshrc @@ -43,6 +43,7 @@ bindkey "^[l" forward-word alias lsblk="lsblk -o +LABEL" alias ip="ip -c" alias showip="ip --brief a" +alias ssh='TERM=xterm ssh' # ZSH cache dir config ZSH_CACHE_DIR=$HOME/.cache/oh-my-zsh