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