From ecb3670bd2fba98dc4535cc18a8382e0727292f4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 22 Dec 2005 19:15:36 +0000 Subject: MFC 8603 Give tcsh a more informative prompt. Having the hostname visible is very useful when managing multiple systems over ssh. --- root/.tcshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/.tcshrc b/root/.tcshrc index 9681213..9648c4e 100644 --- a/root/.tcshrc +++ b/root/.tcshrc @@ -1 +1,2 @@ -# Blank .tschrc file +# Give us a more informative prompt. +set prompt="%m\:%~# " \ No newline at end of file -- cgit v1.1