mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change default prompt to show ~ again for the home directory
Submitted by: flo Approved by: eadler
This commit is contained in:
parent
4c5038c7b5
commit
4cbff7a3dc
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ if ($?prompt) then
|
|||
if ($uid == 0) then
|
||||
set user = root
|
||||
endif
|
||||
set prompt = "%n@%m:%/ %# "
|
||||
set prompt = "%n@%m:%~ %# "
|
||||
set promptchars = "%#"
|
||||
|
||||
set filec
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ if ($?prompt) then
|
|||
if ($uid == 0) then
|
||||
set user = root
|
||||
endif
|
||||
set prompt = "%n@%m:%/ %# "
|
||||
set prompt = "%n@%m:%~ %# "
|
||||
set promptchars = "%#"
|
||||
|
||||
set filec
|
||||
|
|
|
|||
Loading…
Reference in a new issue