aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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
-rw-r--r--zsh/.config/zsh/.zshrc.d/50-android.zsh3
5 files changed, 15 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
diff --git a/zsh/.config/zsh/.zshrc.d/50-android.zsh b/zsh/.config/zsh/.zshrc.d/50-android.zsh
new file mode 100644
index 0000000..ea1aa03
--- /dev/null
+++ b/zsh/.config/zsh/.zshrc.d/50-android.zsh
@@ -0,0 +1,3 @@
+#!/bin/zsh
+
+alias adb='HOME="$XDG_DATA_HOME"/android adb'