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