Skip to content

Instantly share code, notes, and snippets.

@droustchev
Last active July 31, 2018 15:55
Show Gist options
  • Save droustchev/af748e1e68a1ae8df9a77467c111fcb5 to your computer and use it in GitHub Desktop.
Save droustchev/af748e1e68a1ae8df9a77467c111fcb5 to your computer and use it in GitHub Desktop.
List & attach to active tmux sessions, attach to new `default` session if no previous sessions exist
tmux ls && read tmux_session && tmux attach -t ${tmux_session:-default} || tmux new -s ${tmux_session:-default}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment