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