Files
cshenv/tcshrc.system.FreeBSD
2026-06-23 19:09:17 -04:00

17 lines
307 B
Tcsh

_debug "Sourcing tcshrc.system.FreeBSD..."
# Set the acknowledgement bit, essentially
setenv CSHENV_SYSTEM_CONFIGURED FreeBSD
setenv LESS -erF
setenv PAGER less
alias printf gprintf
_debug "Done sourcing tcshrc.system.FreeBSD..."
###########################
# vim: ft=tcsh
###########################