aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-08-09 15:25:25 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-08-09 15:25:25 -0500
commit63c203ae784cd19c36cad23c02540645eb36c585 (patch)
treef5ac9af02d3f16f0e7b1ac68a3552bc6a90464f6 /sh
parent0d38ac1ec8494cf605aed7d9d05bd7e380973c27 (diff)
fix(sh): add xdg base dir compliance for parallel
Diffstat (limited to 'sh')
-rw-r--r--sh/.config/profile.d/50-parallel.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sh/.config/profile.d/50-parallel.sh b/sh/.config/profile.d/50-parallel.sh
new file mode 100644
index 0000000..d09171a
--- /dev/null
+++ b/sh/.config/profile.d/50-parallel.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export PARALLEL_HOME="$XDG_CONFIG_HOME"/parallel