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