# /etc/bashrc # System wide functions and aliases # Environment stuff goes in /etc/profile # For some unknown reason bash refuses to inherit # PS1 in some circumstances that I can't figure out. # Putting PS1 here ensures that it gets loaded every time. # Saved original in case i screw up... #PS1="[\u@\h \W]\\$ " # Hacked up a little 1/3/00 by Vap0r http://www.vap0r.com # New Command Prompt- works well with Xiterm and RVXT, for some reason xterm # doesnt like the color escape sequence ?? # h-hostname u-username d-date t-time n-carriage return W-working dir # 0m\ sets the color back to the default PS1="[\033[1;32m\]\h \033[1;33m\][\u] \033[1;31m\]\d @ \t \033[1;36m\][\w]\n\\$ ->>\[\033[0m\]"