Use compatible TERM env variable for ssh connections
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
2317d8cfc8
commit
0632ecb52e
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@
|
|||
#
|
||||
# USAGE:
|
||||
# ./ssh
|
||||
"/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}"
|
||||
TERM=xterm-256color "/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}"
|
Loading…
Add table
Add a link
Reference in a new issue