aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
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