Index | Diary | TSW | TSC | TSW Line Guides | TSC Scenarios

Tmux Tips on Ma

To always have a tmux session when you login to ma, put this in .bash_profile:

if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then tmux attach -t Ma || tmux new -s Ma fi