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:
parent
9e724bf2b7
commit
8b34d7ca2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user