RedHat Prompt

This is very similar to the RedHat 5.1 prompt. Fairly simple, same elements as most basic prompts.

Code:


# Red Hat Default Prompt
# Styled like the default prompt in Red Hat 5.1
# an farmiliar alternitive for those who get freaked out by "off"
#
function redhat {
PS1="[\u@\h \W]\\$ "
PS2="> "
}

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