From 28a508bebdcc586d2f0b58a09318d4ed49e461d2 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Mon, 17 Aug 2020 22:13:06 -0500 Subject: [PATCH] Account for mpv default data directory change https://github.com/mpv-player/mpv/pull/7978 --- paoda.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paoda.zsh b/paoda.zsh index b221cc0..7bad516 100644 --- a/paoda.zsh +++ b/paoda.zsh @@ -38,3 +38,6 @@ bindkey '^R' history-incremental-search-backward # Set Default Editor export EDITOR="/usr/bin/nvim" + +# Make mpv XDG Compliant +export MPV_HOME=~/.local/share/mpv