I would like to use the stock logic in /etc/bashrc to implement a custom PS1 prompt. Can someone please show me how to prefix the following in a /etc/sysconfig/bash-prompt-xterm file? PS1="\n\\033[1;31m`cat /etc/redhat-release`\n\\033[1;34m\d \\033[0;32m\t CDT\n\\033[0;36m[\u@\h] \\033[1;33m\w\\033[0;37m\n\\$ " Everything I've tried still gives me the stock PS1='[\u@\h \W]\$ ' TIA --Doc Savage Fairview Heights, IL