From cb58828465831cc4a4924462666d7a3c71293a3f Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 29 Jun 2010 16:43:47 -0400 Subject: Add the standard .tcshrc to the skel files. --- usr/share/skel/dot.tcshrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 usr/share/skel/dot.tcshrc (limited to 'usr/share') diff --git a/usr/share/skel/dot.tcshrc b/usr/share/skel/dot.tcshrc new file mode 100644 index 0000000..97ca003 --- /dev/null +++ b/usr/share/skel/dot.tcshrc @@ -0,0 +1,5 @@ +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