From 488174ba701d9b4babc7948e60c366e904110c20 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sun, 6 Jan 2019 16:23:28 +0000 Subject: [PATCH] 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 --- share/skel/dot.shrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/skel/dot.shrc b/share/skel/dot.shrc index d88a456395a6..00575ce68107 100644 --- a/share/skel/dot.shrc +++ b/share/skel/dot.shrc @@ -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