Remove unused android SDK variables

This commit is contained in:
Jake Howard 2019-05-12 10:57:06 +01:00
parent 8c243c6ed9
commit d2927daeb8
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 0 additions and 7 deletions

View File

@ -1,4 +1,3 @@
ANDROID_HOME=/opt/android-sdk
QT_QPA_PLATFORMTHEME=gtk2
GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
LANG=en_GB.UTF-8

View File

@ -1,9 +1,3 @@
# Extend path
export PATH=${PATH}:${ANDROID_HOME}/tools
export PATH=${PATH}:${ANDROID_HOME}/platform-tools
export PATH=${PATH}:/opt/genymobile/genymotion
export DOTFILES=${HOME}/.dotfiles
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S'