mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fix username on Android
This commit is contained in:
parent
448798654f
commit
1e18c0ca12
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
export LANG="en_US.UTF-8"
|
||||
export LC_ALL="$LANG"
|
||||
|
||||
if [[ -z $USER && -n $USERNAME ]]; then
|
||||
export USER="$USERNAME"
|
||||
fi
|
||||
export DEFAULT_USER=dmitmel
|
||||
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
|
|
Loading…
Reference in a new issue