CompileNix's Blog - alias tmuxa

Start Page | RSS Feed | Find Stuff

Either start a new tmux session or re-attach to a existing one, without the need for manual checking.


alias tmuxa='tmux list-sessions 2>/dev/null 1>&2 && tmux a || tmux'