aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config
diff options
context:
space:
mode:
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