3 lines
103 B
Fish
3 lines
103 B
Fish
function t --wraps=tmux --description 'alias t=tmux'
|
|
tmux attach >/dev/null 2>&1 || tmux $argv
|
|
end
|