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