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