feat: android studio settings
This commit is contained in:
parent
8e27b2fbd2
commit
6fa3609186
@ -50,6 +50,12 @@ if [ -f /usr/local/bin/aws_zsh_completer.sh ]; then
|
|||||||
source /usr/local/bin/aws_zsh_completer.sh
|
source /usr/local/bin/aws_zsh_completer.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Android Studio
|
||||||
|
if [ -d ~/Library/Android/sdk ]; then
|
||||||
|
export ANDROID_SDK=~/Library/Android/sdk
|
||||||
|
export PATH=~/Library/Android/sdk/platform-tools:$PATH
|
||||||
|
fi
|
||||||
|
|
||||||
if [ $TERM = "screen" ]; then
|
if [ $TERM = "screen" ]; then
|
||||||
export DISABLE_AUTO_TITLE="true"
|
export DISABLE_AUTO_TITLE="true"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user