Created
July 10, 2014 20:47
-
-
Save dsaenztagarro/933b69e9c66af639e7f5 to your computer and use it in GitHub Desktop.
Create new tmux session avoiding nested sessions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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