|
root / base / usr / src / cmd / nsadmin / dot-profile.sh
dot-profile.sh Bash 15 lines 377 B
 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