Remove unused android SDK variables
This commit is contained in:
parent
8c243c6ed9
commit
d2927daeb8
2 changed files with 0 additions and 7 deletions
|
@ -1,4 +1,3 @@
|
||||||
ANDROID_HOME=/opt/android-sdk
|
|
||||||
QT_QPA_PLATFORMTHEME=gtk2
|
QT_QPA_PLATFORMTHEME=gtk2
|
||||||
GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||||
LANG=en_GB.UTF-8
|
LANG=en_GB.UTF-8
|
||||||
|
|
|
@ -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 DOTFILES=${HOME}/.dotfiles
|
||||||
|
|
||||||
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S'
|
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S'
|
||||||
|
|
Loading…
Reference in a new issue