Date: Fri, 28 Dec 2018 15:26:51 -0800 (PST) From: "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net> To: Edward Tomasz Napierala <trasz@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r342576 - head/share/skel Message-ID: <201812282326.wBSNQp3H052243@pdx.rh.CN85.dnsmgr.net> In-Reply-To: <201812281750.wBSHofEt092542@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> Author: trasz > Date: Fri Dec 28 17:50:40 2018 > New Revision: 342576 > URL: https://svnweb.freebsd.org/changeset/base/342576 > > Log: > 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 > > Modified: > head/share/skel/dot.shrc > > Modified: head/share/skel/dot.shrc > ============================================================================== > --- head/share/skel/dot.shrc Fri Dec 28 17:00:12 2018 (r342575) > +++ head/share/skel/dot.shrc Fri Dec 28 17:50:40 2018 (r342576) > @@ -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\\$ " You lost the fact that for root the prompt ends in # > > # search path for cd(1) > # CDPATH=:$HOME > > -- Rod Grimes rgrimes@freebsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812282326.wBSNQp3H052243>