Initial checkin.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2022-01-29 10:22:11 +01:00
commit 30132626b8
68 changed files with 5497 additions and 0 deletions

10
etc/skel/.cshrc Normal file
View 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}"