mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue