diff --git a/.zshrc b/.zshrc index ed5a234..d004747 100644 --- a/.zshrc +++ b/.zshrc @@ -16,6 +16,10 @@ else export DEVPATH="$HOME" fi +if [[ -z "$USER" ]]; then + export USER=$(whoami) +fi + if [[ -d "$DEVPATH/android/android-sdk" ]]; then export ANDROID_SDK="$DEVPATH/android/android-sdk" fi