Integrate FreeBSD.

This commit is contained in:
ADAM David Alan Martin
2016-11-30 18:34:58 -05:00
parent d4dd8e0987
commit 98c07be7dc

18
tcshrc.system.FreeBSD Normal file
View File

@ -0,0 +1,18 @@
if( $?CSHENV_DEBUG ) then
echo "Sourcing tcshrc.system.FreeBSD..."
endif
# Set the acknowledgement bit, essentially
setenv CSHENV_SYSTEM_CONFIGURED FreeBSD
setenv LESS -er
setenv PAGER less
if( $?CSHENV_DEBUG ) then
echo "Done sourcing tcshrc.system.FreeBSD..."
endif
###########################
# vim: ft=tcsh
###########################