mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 20:37:22 +00:00
Add alias and refactor scripts/
This commit is contained in:
parent
bbc105cede
commit
aaf67bea46
6 changed files with 55 additions and 11 deletions
4
.config/fish/functions/jmpv.fish
Normal file
4
.config/fish/functions/jmpv.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue