aboutsummaryrefslogtreecommitdiff
path: root/etc/root
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-01 19:28:00 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-01 19:28:00 +0000
commitc6e88cbf92e43c8461d5434e5b02303b51a7099b (patch)
tree0e68e402def9ab7fd171bd7043475b969b9f5c7b /etc/root
parent8074e24dce9b47fb5f24ac67f0e1b4c50fcd68df (diff)
Notes
Diffstat (limited to 'etc/root')
-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 8469eba868c0..313af8e2507d 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/dot.cshrc
@@ -22,7 +22,7 @@ setenv BLOCKSIZE K
if ($?prompt) then
# An interactive shell -- set some stuff up
- set prompt = "`hostname -s`# "
+ set prompt = "`/bin/hostname -s`# "
set filec
set history = 100
set savehist = 100