components/bash/Solaris/etc.skel.bashrc
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 01 Apr 2013 23:00:57 -0700
changeset 1243 cf247f5101ae
parent 428 c1840af5fbf5
permissions -rw-r--r--
Added tag s12-19 for changeset f52d88cf6f9e

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

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