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:
parent
4c894f6070
commit
0a9222d31f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user