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