#!/bin/sh # # Attach to tmux session named the same as current directory. # tmux attach -t `basename $PWD`