17 lines
307 B
Tcsh
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
|
|
###########################
|
|
|