1
1
Fork 0
configs/fish/functions/mpv.fish

5 lines
134 B
Fish

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