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