3 lines
48 B
Bash
3 lines
48 B
Bash
|
# Start tmux
|
||
|
# if [ -z ${TMUX} ]; then tmux; fi
|