summaryrefslogtreecommitdiff
path: root/debian/.config/shell
diff options
context:
space:
mode:
Diffstat (limited to 'debian/.config/shell')
-rw-r--r--debian/.config/shell/profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/.config/shell/profile b/debian/.config/shell/profile
index ac0d532..f68a4b8 100644
--- a/debian/.config/shell/profile
+++ b/debian/.config/shell/profile
@@ -64,6 +64,10 @@ export ANDROID_SDK_HOME="$XDG_CONFIG_HOME/android"
### --- ANSIBLE --- ###
export ANSIBLE_CONFIG="$XDG_CONFIG_HOME/ansible/ansible.cfg"
+### --- ASDF --- ###
+export ASDF_CONFIG_FILE="$XDG_CONFIG_HOME/asdf/asdfrc"
+export ASDF_DATA_DIR="$XDG_DATA_HOME/asdf"
+
### --- BAT --- ###
export BAT_CONFIG_PATH="$XDG_CONFIG_HOME/bat/config"