Skip to content

Instantly share code, notes, and snippets.

@dsaenztagarro
Created July 10, 2014 20:47
Show Gist options
  • Save dsaenztagarro/933b69e9c66af639e7f5 to your computer and use it in GitHub Desktop.
Save dsaenztagarro/933b69e9c66af639e7f5 to your computer and use it in GitHub Desktop.
Create new tmux session avoiding nested sessions
TMUX= tmux new-session -d -s name
tmux switch-client -t name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment