Change default prompt to show ~ again for the home directory
Submitted by: flo Approved by: eadler
This commit is contained in:
parent
03af321bdf
commit
71eb24f36a
@ -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 New Issue
Block a user