From 4fd3fa5ccc2f86423e944b4ddea14280e6b12480 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 24 Oct 2020 03:18:31 -0400 Subject: .mplayer -> .config/mplayer --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 65a3534..d896c01 100644 --- a/.bash_profile +++ b/.bash_profile @@ -46,6 +46,7 @@ export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export CARGO_HOME="$XDG_CACHE_HOME/cargo" +export MPLAYER_HOME="$XDG_CONFIG_HOME/mplayer" export RUSTUP_HOME="$XDG_DATA_HOME/rustup" GROFF_FONT_PATH="$HOME/.nix-profile/share/groff/$(groff -v | head -n1 | awk '{ print $4 }')/font" && export GROFF_FONT_PATH -- cgit v1.2.3