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