1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 13:32:06 +00:00

Fish: MPV audio-only function

This commit is contained in:
Phantop 2019-04-13 15:18:34 -04:00
parent 83aa016c9d
commit b80c52cb6f

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.pIfWy2/mpva.fish @ line 2
function mpva
mpv --no-video $argv
end