Simplify the way we set the default sh(1) PS1. No functional changes.

Reviewed by:	jilles
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D18662
This commit is contained in:
Edward Tomasz Napierala 2018-12-28 17:50:40 +00:00
parent 699f180198
commit f6d3cd4b9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342576

View File

@ -33,11 +33,7 @@ alias g='egrep -i'
# # 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