configs  mpv.fish at [28137c16b9]

File config/fish/functions/mpv.fish artifact e6ed60675a part of check-in 28137c16b9


# To work around mpv not liking locales that use , as a decimal separator
function mpv
	set -x LC_ALL C
	command mpv $argv
end