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