Index: head/share/skel/dot.shrc =================================================================== --- head/share/skel/dot.shrc +++ head/share/skel/dot.shrc @@ -33,11 +33,7 @@ # # set prompt: ``username@hostname$ '' -# PS1="`whoami`@`hostname | sed 's/\..*//'`" -# case `id -u` in -# 0) PS1="${PS1}# ";; -# *) PS1="${PS1}$ ";; -# esac +# PS1="`whoami`@\h\\$ " # search path for cd(1) # CDPATH=:$HOME