remove DEFALT_USER env variable

This commit is contained in:
Dmytro Meleshko 2019-01-17 08:07:39 +02:00
parent 699f12bb1d
commit 3edacb8d37

View file

@ -6,11 +6,6 @@ export LC_ALL="$LANG"
if [[ -z "$USER" && -n "$USERNAME" ]]; then
export USER="$USERNAME"
fi
if is_android; then
export DEFAULT_USER="$USER"
else
export DEFAULT_USER="dmitmel"
fi
if [[ -n "$SSH_CONNECTION" ]]; then
export EDITOR="rmate"