xref: /illumos-gate/usr/src/cmd/nsadmin/bashrc.sh (revision 50f7888b60b9fee4c775b56966f02e23da2deef5)
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