mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-30 10:33:16 +00:00
Fish: MPV audio-only function
This commit is contained in:
parent
83aa016c9d
commit
b80c52cb6f
4
.config/fish/functions/mpva.fish
Normal file
4
.config/fish/functions/mpva.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.pIfWy2/mpva.fish @ line 2
|
||||||
|
function mpva
|
||||||
|
mpv --no-video $argv
|
||||||
|
end
|
Loading…
Reference in a new issue