meta-imbus/recipes-core/base-files/files/ps1-extra.sh
2026-02-20 03:02:52 +01:00

5 lines
103 B
Bash

# Custom PS1 for BusyBox ash
if [ "$TERM" != "dumb" ]; then
PS1="\033[1;32m\u@\h:\w\$ \033[0m"
fi