get rid of android stuff

This commit is contained in:
Em 2020-09-07 14:45:01 -04:00
parent a34e48617a
commit c345178961
1 changed files with 0 additions and 7 deletions

7
.zshrc
View File

@ -7,13 +7,6 @@ function prompt_char {
}
DISABLE_UNTRACKED_FILES_DIRTY="true"
export ANDROID_HOME=$HOME/Library/Android/sdk
export PATH=$PATH:$ANDROID_HOME/emulator
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools
export PATH=$PATH:$HOME/.local/flutter/bin
plugins=(git)
source $ZSH/oh-my-zsh.sh