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