When ssh into a server I want to start directly tmux or use an existing session.
ssh example.local -t "tmux a || tmux"
Welcome to my world
When ssh into a server I want to start directly tmux or use an existing session.
ssh example.local -t "tmux a || tmux"