Change default prompt to show ~ again for the home directory

Submitted by:	flo
Approved by:	eadler
This commit is contained in:
bapt 2012-11-04 01:00:35 +00:00
parent 03af321bdf
commit 71eb24f36a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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