Give sh(1) a proper default prompt instead of just "$".

Reviewed by:	jilles
MFC after:	2 weeks
Relnotes:	totally
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D18697
This commit is contained in:
Edward Tomasz Napierala 2019-01-06 16:23:28 +00:00
parent 14843112b8
commit 488174ba70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342812

View File

@ -32,8 +32,8 @@ alias g='egrep -i'
# alias rm='rm -i'
# # set prompt: ``username@hostname:directory $ ''
# PS1="`whoami`@\h:\w \\$ "
# set prompt: ``username@hostname:directory $ ''
PS1="`whoami`@\h:\w \\$ "
# search path for cd(1)
# CDPATH=:$HOME