## 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