tmux session ssh
This commit is contained in:
parent
5c6a78ae72
commit
3bc1802657
@ -24,4 +24,7 @@ if ! tmux has-session -t "${SESSION}" 2>/dev/null; then
|
|||||||
tmux new-session -s "${SESSION}" -d -n "1" "ssh ${SSH_SERVER} || read"
|
tmux new-session -s "${SESSION}" -d -n "1" "ssh ${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