configs  Artifact [da400c015e]

Artifact da400c015ecba2ca7f684fff25d5d62a0178a1282c0775526930a856a0ec3078:

  • File config/fish/functions/mpv.fish — part of check-in [bed5a23ae3] at 2020-02-19 21:46:19 on branch trunk — Consistent indenting for .fish files (user: js size: 134)
  • File fish/functions/mpv.fish — part of check-in [24d2eb82f0] at 2020-02-20 22:07:34 on branch trunk — Remove useless config subdirectory (user: js size: 134)

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