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