From 65ae6b15ad50c980c492c086d49785988f59c8ff Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 18 Nov 2024 12:07:58 +0300 Subject: [PATCH] fix ssh --- home/user/.tmux/ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.tmux/ssh b/home/user/.tmux/ssh index 6570002..cf53da4 100755 --- a/home/user/.tmux/ssh +++ b/home/user/.tmux/ssh @@ -27,7 +27,7 @@ SESSION="ssh_$(echo "${choosed_ssh_server%% *}" | sed 's/\./\-/g ; s/\:/\-/g')" if ! tmux has-session -t "${SESSION}" 2>/dev/null; then - tmux new-session -s "${SESSION}" -d -n "1" "ssh ${choosed_ssh_server} || read" + tmux new-session -s "${SESSION}" -d -n "1" "TERM=xterm-color ssh ${choosed_ssh_server} || read" fi tmux set-option -t "${SESSION}" status off