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