summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-11-04 01:00:35 +0000
committerbapt <bapt@FreeBSD.org>2012-11-04 01:00:35 +0000
commit71eb24f36a971fa54ab9c0d0607e19894746180b (patch)
tree660a6bf21d7010fe561ff8af7ed74e382fb06da3 /etc
parent03af321bdf8027c1f5dee0937267e4cea7815559 (diff)
downloadFreeBSD-src-71eb24f36a971fa54ab9c0d0607e19894746180b.zip
FreeBSD-src-71eb24f36a971fa54ab9c0d0607e19894746180b.tar.gz
Change default prompt to show ~ again for the home directory
Submitted by: flo Approved by: eadler
Diffstat (limited to 'etc')
-rw-r--r--etc/root/dot.cshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc
index 8f75be4..5ce3e36 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/dot.cshrc
@@ -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
OpenPOWER on IntegriCloud