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