components/bash/Solaris/etc.skel.bashrc
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 16 Mar 2015 12:19:08 -0700
branchs11-update
changeset 3962 ae7ad323827c
parent 428 c1840af5fbf5
permissions -rw-r--r--
Close of build 19.

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

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