# .profile if [ -z "$BASH" ]; then # $ We're using straight sh(1) PS1="${USER}@$(hostname -s): " else # We're using bash(1) PS1="\n\u in \w on \h's \l at \@\n(h=\!, r=$?)\$ " # $ fi