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