#!/bin/bash # Use this as the executable command for Gnome Terminal # Start or attach Tmux on every login if which tmux >/dev/null 2>&1; then test -z "$TMUX" && (tmux attach || tmux new-session) fi