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