From 0c6b80c2fe660f6b789c1d95828bf761e460c1f3 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 29 Jan 2014 11:30:12 -0500 Subject: [PATCH] Added a banner for core tcshrc. --- tcshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tcshrc b/tcshrc index 0a07f11..892b4e4 100644 --- a/tcshrc +++ b/tcshrc @@ -1,4 +1,8 @@ -# CSHRC Debugging tests +######################################### +# CSHENV Environment, core loading file # +######################################### + +# CSHENV Debugging tests if( ( $?CSHENV_DEBUG ) || ( $?CSHENV_VERBOSE_STARTUP ) ) then echo "Currently running tcshrc script" endif