From 0632ecb52e490b79c5d6f6a71c23bc8e9bc1bf39 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 1 Apr 2020 19:52:49 +0200 Subject: [PATCH] Use compatible TERM env variable for ssh connections Signed-off-by: Severin Kaderli --- system/.local/bin/ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.local/bin/ssh b/system/.local/bin/ssh index e823635..735846d 100755 --- a/system/.local/bin/ssh +++ b/system/.local/bin/ssh @@ -11,4 +11,4 @@ # # USAGE: # ./ssh -"/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}" \ No newline at end of file +TERM=xterm-256color "/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}" \ No newline at end of file