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