Skip to content

Commit

Permalink
login: set USER environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Oct 28, 2023
1 parent 6471182 commit 2814cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proot-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1802,6 +1802,7 @@ command_login() {
"${login_env_vars[@]}" \
"COLORTERM=${COLORTERM-}" \
"HOME=${login_home}" \
"USER=${login_user}" \
"TERM=${TERM-xterm-256color}" \
"${login_shell}" \
"-l" \
Expand Down

0 comments on commit 2814cff

Please sign in to comment.