Title here
Summary here
Add colour and context information to prompt.
/etc/profile
and the ‘.sh
’ scripts in /etc/profile.d
are sourced on every
invocation of the ‘ash’ (default Alpine/Busybox shell) as well as the ‘bash’
shell when launched as a login shell. This allows us to have some system-wide
default configuration for these shells.
Execute:
doas ln -sf /etc/profile.d/color_prompt.sh.disabled /etc/profile.d/color_prompt.sh
doas lbu commit