Initial checkin.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
commit
30132626b8
68 changed files with 5497 additions and 0 deletions
10
etc/skel/.cshrc
Normal file
10
etc/skel/.cshrc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/csh -x
|
||||
setenv EDITOR /usr/bin/vim
|
||||
setenv GREP_OPTIONS '--color=auto'
|
||||
|
||||
setenv LC_CTYPE C
|
||||
setenv LANGUAGE en_US
|
||||
setenv LANG "${LANGUAGE}.iso885915"
|
||||
|
||||
setenv HUHU_DIR "@HUHU_DIR@"
|
||||
setenv PERL5LIB "${HUHU_DIR}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue