HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u115237990 (7145895)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: //kunden/usr/share/zsh/functions/Prompts/prompt_redhat_setup
# Converted to zsh prompt theme by bash2zshprompt, written by <adam@spiers.net>
# Red Hat Default Prompt
# Styled like the default prompt in Red Hat 5.1
#
prompt_redhat_setup () {
  PS1='[%n@%m %1~]%(#.#.$) '
  PS2="> "

  prompt_opts=( cr percent )
}

prompt_redhat_setup "$@"