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