From f07fccb23465fc3432efb53075fbf00c3e6e7563 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sat, 19 Nov 2022 13:55:10 +0000 Subject: [PATCH] Update dotfiles/.profile, dotfiles/.local/android-sdk/.gitkeep --- dotfiles/.local/android-sdk/.gitkeep | 1 + dotfiles/.profile | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 dotfiles/.local/android-sdk/.gitkeep diff --git a/dotfiles/.local/android-sdk/.gitkeep b/dotfiles/.local/android-sdk/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/dotfiles/.local/android-sdk/.gitkeep @@ -0,0 +1 @@ + diff --git a/dotfiles/.profile b/dotfiles/.profile index aa4ea26d..0fc2950b 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -207,6 +207,10 @@ if [ -d ~/Library/Android ]; then export PATH="$PATH:~/Library/Android/sdk/tools/bin" export PATH="$PATH:~/Library/Android/sdk/tools" fi +export ANDROID_SDK_HOME="$HOME/.local/android-sdk" + +### Azure CLI +export AZURE_CONFIG_DIR="$HOME/.config/azure" ### bat export BAT_CONFIG_PATH="$HOME/.config/batrc"