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