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