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