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

5 lines
127 B
Fish

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