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