yash_env::variable

Constant PS2

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

The name of the PS2 variable

The PS2 variable is the secondary prompt string, which is shown when the shell expects more input to complete a command. The initial value is "> ".