components/bash/Solaris/etc.skel.bashrc
author Rich Burridge <rich.burridge@oracle.com>
Thu, 08 Sep 2016 11:59:52 -0700
changeset 6863 4eb57cfa3349
parent 428 c1840af5fbf5
permissions -rw-r--r--
24528676 fping.1m man page should be renumbered to follow new section standards

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

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