#!/bin/bash if command -v tmux >/dev/null 2>&1; then test -z "$TMUX" && (tmux new -A -s "Z" ) fi