diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-31 17:20:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-31 17:20:26 +0900 |
| commit | 07baba1c8ab299c5e4cbd3c00917b2740ad7f790 (patch) | |
| tree | cf60b443527a757138788e018bcb9d9186e13e7f /ar/.config/shell | |
| parent | a978fdfa944c9fb8ee444a0f2d4f1ae8f53a4b67 (diff) | |
Diffstat (limited to 'ar/.config/shell')
| -rw-r--r-- | ar/.config/shell/profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index ac0d532..f68a4b8 100644 --- a/ar/.config/shell/profile +++ b/ar/.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" |
