configs  mpv.fish at [1cacfaf154]

File config/fish/functions/mpv.fish artifact e6ed60675a part of check-in 1cacfaf154


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