mirror of https://github.com/mitchell/dotfiles.git
5 lines
157 B
Fish
5 lines
157 B
Fish
|
function jmpv -d 'Open jellyfin-mpv-shim in a tmux session of its own'
|
||
|
tmux new-session -s jmpv jellyfin-mpv-shim
|
||
|
or tmux attach-session -t jmpv
|
||
|
end
|