diff options
author | jim-p <jimp@pfsense.org> | 2010-06-29 16:43:47 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-06-29 16:43:47 -0400 |
commit | cb58828465831cc4a4924462666d7a3c71293a3f (patch) | |
tree | 942060d96e4ec14ef08492f78c766274e319b762 /usr/share/skel | |
parent | 77f7e3bf50f5aac001a9abe48d032fc4148b1994 (diff) | |
download | pfsense-cb58828465831cc4a4924462666d7a3c71293a3f.zip pfsense-cb58828465831cc4a4924462666d7a3c71293a3f.tar.gz |
Add the standard .tcshrc to the skel files.
Diffstat (limited to 'usr/share/skel')
-rw-r--r-- | usr/share/skel/dot.tcshrc | 5 |
1 files changed, 5 insertions, 0 deletions
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" |