diff --git a/_profile b/_profile index 1eccf32..7ef4a39 100644 --- a/_profile +++ b/_profile @@ -22,4 +22,3 @@ if [ -d "$HOME/bin" ] ; then fi export PATH=~/.npm-global/bin:$PATH -export ANDROID_HOME=/home/bojan/Programs/Android/Sdk diff --git a/_zshrc b/_zshrc index 980fc23..3949554 100644 --- a/_zshrc +++ b/_zshrc @@ -87,6 +87,3 @@ source $ZSH/oh-my-zsh.sh if [[ -f $HOME/.env_aliases ]]; then source $HOME/.env_aliases fi - -export ANDROID_HOME=/home/`whoami`/Programs/Android/Sdk -