Files
dotfiles/.config/fish/functions/tmx.fish
2026-07-04 13:50:00 -04:00

4 lines
117 B
Fish

function tmx --description 'Attach to a tmux session, creating it if needed'
tmux new-session -A -s $argv[1]
end