/etc/profile.d
NameSizeModeActions
bash_timestamps.sh690644editdlrm
colorgrep.csh1960644editdlrm
colorgrep.sh2010644editdlrm
colorls.csh17410644editdlrm
colorls.sh16060644editdlrm
colorsysstat.csh690644editdlrm
colorsysstat.sh560644editdlrm
colorxzgrep.csh1620644editdlrm
colorxzgrep.sh1830644editdlrm
colorzgrep.csh2160644editdlrm
colorzgrep.sh2200644editdlrm
cpanel-user-commands.sh5130644editdlrm
csh.local800644editdlrm
debuginfod.csh6740644editdlrm
debuginfod.sh5960644editdlrm
gawk.csh11070644editdlrm
gawk.sh7570644editdlrm
lang.csh24890644editdlrm
lang.sh23120644editdlrm
less.csh5000644editdlrm
less.sh2530644editdlrm
locallib.csh2400755editdlrm
locallib.sh2880755editdlrm
modules.csh1050644editdlrm
modules.sh4480644editdlrm
scl-init.csh2840644editdlrm
scl-init.sh6370644editdlrm
sh.local810644editdlrm
vim.csh1060644editdlrm
vim.sh2480644editdlrm
which2.csh1200644editdlrm
which2.sh6280644editdlrm
Edit: /etc/profile.d/less.csh (500B)
# less initialization script (csh) # All less.*sh files should have the same semantics! # In case you are curious, the test for non-emptiness is not as easy as in # Bourne shell. This "eval" construct is probably inspired by Stack # Overflow question 13343392. if ( $?LESSOPEN && { eval 'test ! -z "$LESSOPEN"' } ) then : else if ( -x /usr/bin/lesspipe.sh ) then # The '||' here is intentional, see rhbz#1254837. setenv LESSOPEN "||/usr/bin/lesspipe.sh %s" endif endif