aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-10-24 03:18:31 -0400
committertdro <tdro@users.noreply.github.com>2020-10-24 03:19:16 -0400
commit4fd3fa5ccc2f86423e944b4ddea14280e6b12480 (patch)
tree8fa3f472465963276dffe2d4b15e0390b4bc42b7 /.bash_profile
parent8f42e1c9f90892626a0f926cdd1f04e447dc63f9 (diff)
downloaddotfiles-4fd3fa5ccc2f86423e944b4ddea14280e6b12480.tar.gz
dotfiles-4fd3fa5ccc2f86423e944b4ddea14280e6b12480.tar.bz2
dotfiles-4fd3fa5ccc2f86423e944b4ddea14280e6b12480.zip
.mplayer -> .config/mplayer
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