Change default prompt to show ~ again for the home directory

Submitted by:	flo
Approved by:	eadler
This commit is contained in:
Baptiste Daroussin 2012-11-04 01:00:35 +00:00
parent 4c5038c7b5
commit 4cbff7a3dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242541
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