Suse Prompt

This is similar or identical to the Suse 5.2 prompt. Fairly simple, very similar to the default DOS prompt so many of us know and love.

Code:


# SuSE Default Prompt
# Styled like the default prompt in SuSE 5.2
# an farmiliar alternitive for those who get freaked out by "off"
#
function suse {
PS1="\u@\h:\w/ > "
PS2="> "
}

https://www.gilesorr.com/bashprompt/prompts/suse.html 
by giles