summaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-02-05 13:41:58 -0600
committerToby Vincent <tobyv13@gmail.com>2023-02-06 15:51:20 -0600
commit69599f08483a83038758481962c682e9a2fc6caa (patch)
tree1bbc4d7f86beba1ab7193c609e303e47c5f57509 /sh/.profile
parent97de3720df47085413640d06c8fe059763c974c4 (diff)
fix(sh): set docker config to follow XDG_BASE_DIR
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile
index d5b5b9b..3707c7c 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -80,3 +80,5 @@ export PATH="$PATH:$PERL_LOCAL_LIB_ROOT/bin"
export TEXMFHOME="$XDG_DATA_HOME/texmf"
export TEXMFVAR="$XDG_CACHE_HOME/texlive/texmf-var"
export TEXMFCONFIG="$XDG_CONFIG_HOME/texlive/texmf-config"
+
+export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker"