configs  Diff

Differences From Artifact [e6ed60675a]:

To Artifact [da400c015e]:


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


|
|

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