tmux session ssh
This commit is contained in:
parent
a5768d66d8
commit
b20f8aab0a
@ -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"
|
tmux new-session -s "${SESSION}" -d -n "1" "TERM=xterm-256color ssh ${choosed_ssh_server} || read"
|
||||||
fi
|
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}"
|
tmux switch-client -t "${SESSION}"
|
||||||
Loading…
x
Reference in New Issue
Block a user