Dotfiles for my tiling window manager + terminal workflow.
 
 
 

3 lines
72 B

function tmux-attach
tmux a -t $argv[1] || tmux new -s $argv[1]
end