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