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