Create A Named tmux Session
Create a named tmux session with:
command
tmux new -s SESSION_NAME
where "SESSION_NAME" is whatever you want to call it
~ fin ~
Create a named tmux session with:
tmux new -s SESSION_NAME
where "SESSION_NAME" is whatever you want to call it