summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-08-08 12:00:49 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-08-08 12:00:49 +0530
commitd213a09b2bb8735e86bcd36af000321fd10c4e15 (patch)
tree7f9f5ee4873c1050775f3b8d3571b4a9d6dedfe3 /.config/shell/profile
parentb346289b6a25a1947a888e7d330ccc3a62863673 (diff)
stuff
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 0933809..e07efd9 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -26,7 +26,7 @@ export __GL_SHADER_DISK_CACHE_PATH=~/.cache/
# Other program settings
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
-export ANDROID_HOME="$XDG_DATA_HOME"/android
+export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android"
export PATH=$PATH:$HOME/.local/bin
export PATH="$PATH:$XDG_DATA_HOME/cargo/bin"