dotfiles/.config/fish/functions/t.fish
2024-09-06 01:34:26 +02:00

3 lines
115 B
Fish

function t --wraps=tmux --description 'alias t=tmux'
tmux attach >/dev/null 2>&1 || tmux new-session $argv
end