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
14843112b8
commit
488174ba70
@ -32,8 +32,8 @@ alias g='egrep -i'
|
|||||||
# alias rm='rm -i'
|
# alias rm='rm -i'
|
||||||
|
|
||||||
|
|
||||||
# # set prompt: ``username@hostname:directory $ ''
|
# set prompt: ``username@hostname:directory $ ''
|
||||||
# PS1="`whoami`@\h:\w \\$ "
|
PS1="`whoami`@\h:\w \\$ "
|
||||||
|
|
||||||
# search path for cd(1)
|
# search path for cd(1)
|
||||||
# CDPATH=:$HOME
|
# CDPATH=:$HOME
|
||||||
|
Loading…
Reference in New Issue
Block a user