xref: /illumos-gate/usr/src/cmd/nsadmin/dot-profile.sh (revision 5f82aa32fbc5dc2c59bca6ff315f44a4c4c9ea86)
1#
2# Uncommenting PATH below will place /usr/gnu/bin at front,
3# adds /usr/sbin and /sbin to the end.
4#
5# export PATH=/usr/gnu/bin:/usr/bin:/usr/sbin:/sbin
6#
7# Define default prompt to <username>@<hostname>:<path><"($|#) ">
8# and print '#' for user "root" and '$' for normal users.
9#
10# override default prompt for bash
11# case "$0" in
12# -bash)
13#	export PS1="\u@\h:\w\\$ "
14# esac
15