5 lines
134 B
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
|