readd prevent Termux for username

This commit is contained in:
T0MuX 2025-01-28 07:24:48 +01:00
parent c748d76878
commit e2e4236f36

View file

@ -20,7 +20,10 @@ p_start() {
}
p_user() {
if [ -z $TERMUX_VERSION ]
then
user=$(grep $USER /etc/passwd | cut -d: -f5)
fi
if [ -z $user ]
then
echo -e "${bg_orange}${fg_noir}\u"