From d3170c8ee6eb6aa6050d6531536e5e9fba278b57 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 4 Oct 1999 22:57:19 +0000 Subject: Initial revision --- Functions/Prompts/prompt_redhat_setup | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Functions/Prompts/prompt_redhat_setup (limited to 'Functions/Prompts/prompt_redhat_setup') diff --git a/Functions/Prompts/prompt_redhat_setup b/Functions/Prompts/prompt_redhat_setup new file mode 100644 index 000000000..2605545fe --- /dev/null +++ b/Functions/Prompts/prompt_redhat_setup @@ -0,0 +1,13 @@ +# Converted to zsh prompt theme by bash2zshprompt, written by +# Red Hat Default Prompt +# Styled like the default prompt in Red Hat 5.1 +# +prompt_redhat_setup () { + PS1="[%n@%m %1~]\\$ " + PS2="> " + + precmd () { } + preexec () { } +} + +prompt_redhat_setup "$@" -- cgit 1.4.1