aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-05-09 15:57:41 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-05-09 15:57:41 -0500
commit743bc6ea2df5462c742bbb51730e0edfd5ed5ce9 (patch)
treeec3c9ebb6b9966836bfe5a7adff13a043ae8ac57 /sh/.config
parent67f11934efcd877ee3fc19cfd9e2ff20949806cf (diff)
fix(xdg): add more xdg compliant envvars
Diffstat (limited to 'sh/.config')
-rw-r--r--sh/.config/profile.d/50-android.sh3
-rw-r--r--sh/.config/profile.d/50-gradle.sh3
-rw-r--r--sh/.config/profile.d/50-nodejs.sh3
-rw-r--r--sh/.config/profile.d/50-wine.sh3
4 files changed, 12 insertions, 0 deletions
diff --git a/sh/.config/profile.d/50-android.sh b/sh/.config/profile.d/50-android.sh
new file mode 100644
index 0000000..20b3c09
--- /dev/null
+++ b/sh/.config/profile.d/50-android.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export ANDROID_USER_HOME="$XDG_DATA_HOME"/android
diff --git a/sh/.config/profile.d/50-gradle.sh b/sh/.config/profile.d/50-gradle.sh
new file mode 100644
index 0000000..f23d31d
--- /dev/null
+++ b/sh/.config/profile.d/50-gradle.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export GRADLE_USER_HOME="$XDG_DATA_HOME"/gradle
diff --git a/sh/.config/profile.d/50-nodejs.sh b/sh/.config/profile.d/50-nodejs.sh
new file mode 100644
index 0000000..97308bb
--- /dev/null
+++ b/sh/.config/profile.d/50-nodejs.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history
diff --git a/sh/.config/profile.d/50-wine.sh b/sh/.config/profile.d/50-wine.sh
new file mode 100644
index 0000000..092fc04
--- /dev/null
+++ b/sh/.config/profile.d/50-wine.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export WINEPREFIX="$XDG_DATA_HOME"/wine