Constant PS1

Source
pub const PS1: &str = "PS1";
Expand description

The name of the PS1 variable

The PS1 variable is the primary prompt string. The initial value depends on the user’s privilege level. See PS1_INITIAL_VALUE_NON_ROOT and PS1_INITIAL_VALUE_ROOT.