mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-20 13:15:33 +00:00
4 lines
106 B
Fish
4 lines
106 B
Fish
function sesh -a session -d 'Create or attach to session'
|
|
tmux new -s $session -A -D $argv[2..-1]
|
|
end
|