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