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