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