diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-04 01:00:35 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-04 01:00:35 +0000 |
commit | 71eb24f36a971fa54ab9c0d0607e19894746180b (patch) | |
tree | 660a6bf21d7010fe561ff8af7ed74e382fb06da3 /etc | |
parent | 03af321bdf8027c1f5dee0937267e4cea7815559 (diff) | |
download | FreeBSD-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.cshrc | 2 |
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 |