3 lines
106 B
Fish
3 lines
106 B
Fish
function ta --wraps='tmux attach -t' --description 'alias ta=tmux attach -t'
|
|
tmux attach -t $argv
|
|
end
|