mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
remove DEFALT_USER env variable
This commit is contained in:
parent
699f12bb1d
commit
3edacb8d37
1 changed files with 0 additions and 5 deletions
|
@ -6,11 +6,6 @@ export LC_ALL="$LANG"
|
||||||
if [[ -z "$USER" && -n "$USERNAME" ]]; then
|
if [[ -z "$USER" && -n "$USERNAME" ]]; then
|
||||||
export USER="$USERNAME"
|
export USER="$USERNAME"
|
||||||
fi
|
fi
|
||||||
if is_android; then
|
|
||||||
export DEFAULT_USER="$USER"
|
|
||||||
else
|
|
||||||
export DEFAULT_USER="dmitmel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ -n "$SSH_CONNECTION" ]]; then
|
if [[ -n "$SSH_CONNECTION" ]]; then
|
||||||
export EDITOR="rmate"
|
export EDITOR="rmate"
|
||||||
|
|
Loading…
Reference in a new issue