Add current working directory to the default (although commented out) sh(1)

prompt, so it looks just like the tcsh(1) one when you uncomment it.

Reviewed by:	jilles
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D18673
This commit is contained in:
Edward Tomasz Napierala 2018-12-31 10:17:42 +00:00
parent d595db7390
commit 72e7eb2c64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342645

View File

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