Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. # tmux start
  2. if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
  3.  
  4. tmux a || tmux new -s MAIN
  5.  
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement