if [ -d @TERMUX_PREFIX@/etc/profile.d ]; then for i in @TERMUX_PREFIX@/etc/profile.d/*.sh; do if [ -r $i ]; then . $i fi done unset i fi