components/bash/Solaris/etc.skel.bashrc
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 03 Jun 2013 23:02:49 -0700
branchs11-update
changeset 2644 6bcfaca2ce74
parent 428 c1840af5fbf5
permissions -rw-r--r--
Added tag s11u2-16 for changeset 94556b2d30dc

#
# Define default prompt to <username>@<hostname>:<path><"($|#) ">
# and print '#' for user "root" and '$' for normal users.
#

typeset +x PS1="\u@\h:\w\\$ "