xref: /illumos-gate/usr/src/cmd/nsadmin/bashrc.sh (revision 8629b981ede6d47b0583ca2d3e62baeaa4f26e93)
1#
2# Define default prompt to <username>@<hostname>:<path><"($|#) ">
3# and print '#' for user "root" and '$' for normal users.
4#
5typeset +x PS1="\u@\h:\w\\$ "
6