tmux session ssh

This commit is contained in:
thek4n 2024-12-11 22:15:29 +03:00
parent a5768d66d8
commit b20f8aab0a

View File

@ -31,7 +31,4 @@ if ! tmux has-session -t "${SESSION}" 2>/dev/null; then
tmux new-session -s "${SESSION}" -d -n "1" "TERM=xterm-256color ssh ${choosed_ssh_server} || read"
fi
tmux set-option -t "${SESSION}" status off
tmux set-option -t "${SESSION}" prefix None
tmux set-option -t "${SESSION}" key-table off
tmux switch-client -t "${SESSION}"