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
13 # export PS1="\u@\h:\w\\$ "