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