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