|
root / base / usr / src / cmd / nsadmin / bashrc.sh
bashrc.sh Bash 6 lines 158 B
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\\$ "