From 05816b87060b32d8bc3a5fd09803d5da97956706 Mon Sep 17 00:00:00 2001 From: jim-p Date: Wed, 30 Jun 2010 12:10:42 -0400 Subject: Update this with the new color prompt. --- root/.tcshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'root/.tcshrc') diff --git a/root/.tcshrc b/root/.tcshrc index e34fbe8..97ca003 100644 --- a/root/.tcshrc +++ b/root/.tcshrc @@ -1,3 +1,5 @@ -# Give us a more informative prompt. -set prompt="%m\:%~# " +set prompt="%{\033[0;1;33m%}[%{\033[0;1;37m%}`cat /etc/version`%{\033[0;1;33m%}]%{\033[0;1;33m%}%B[%{\033[0;1;37m%}%n%{\033[0;1;31m%}@%{\033[0;1;37m%}%M%{\033[0;1;33m%}]%{\033[0;1;32m%}%b%/%{\033[0;1;33m%}(%{\033[0;1;37m%}%h%{\033[0;1;33m%})%{\033[0;1;36m%}%{\033[0;1;31m%}:%{\033[0;40;37m%} " set autologout="0" +set autolist set color set colorcat +setenv CLICOLOR "true" +setenv LSCOLORS "exfxcxdxbxegedabagacad" -- cgit v1.1