From: Simon Ruderich Date: Tue, 12 Aug 2014 23:54:27 +0000 (+0200) Subject: mpv: move config file to new location X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=31d4c9c6367cc8a457c28afe9e6855757f4318a1 mpv: move config file to new location Default location and name was changed in mpv 0.5. --- diff --git a/mpv/config b/mpv/mpv.conf similarity index 100% rename from mpv/config rename to mpv/mpv.conf diff --git a/setup.sh b/setup.sh index 3b796ba..2e37a2e 100755 --- a/setup.sh +++ b/setup.sh @@ -55,5 +55,5 @@ fi # Another MPlayer fork, but developed separately with a different config # directory. if installed mpv; then - link mpv ~/.mpv + link mpv ~/.config/mpv fi