summaryrefslogtreecommitdiff
path: root/usr/src/cmd/nsadmin/bashrc.sh
blob: 938b0da67e4815fb7efd0c8ab27785c9d2e4c0eb (plain)
1
2
3
4
5
#
# Define default prompt to <username>@<hostname>:<path><"($|#) ">
# and print '#' for user "root" and '$' for normal users.
#
typeset +x PS1="\u@\h:\w\\$ "