/etc/profile.d
NameSizeModeActions
alt_mod_passenger.sh550644editdlrm
bash_completion.sh7260644editdlrm
colorgrep.csh1960644editdlrm
colorgrep.sh2010644editdlrm
colorls.csh15860644editdlrm
colorls.sh14310644editdlrm
colorsysstat.csh690644editdlrm
colorsysstat.sh560644editdlrm
colorxzgrep.csh1620644editdlrm
colorxzgrep.sh1830644editdlrm
colorzgrep.csh2160644editdlrm
colorzgrep.sh2200644editdlrm
crontab.sh1750644editdlrm
csh.local800644editdlrm
debuginfod.csh9620644editdlrm
debuginfod.sh9230644editdlrm
flatpak.sh8310644editdlrm
gawk.csh11070644editdlrm
gawk.sh7570644editdlrm
golang.sh1380644editdlrm
lang.csh34240644editdlrm
lang.sh31870644editdlrm
less.csh5000644editdlrm
less.sh2530644editdlrm
mc.csh490644editdlrm
mc.sh1530644editdlrm
modules.csh1090644editdlrm
modules.sh4790644editdlrm
scl-init.csh2840644editdlrm
scl-init.sh6370644editdlrm
sh.local810644editdlrm
which2.csh1200644editdlrm
which2.sh6270644editdlrm
Edit: /etc/profile.d/gawk.csh (1107B)
alias gawkpath_default 'unsetenv AWKPATH; setenv AWKPATH `gawk -v x=AWKPATH "BEGIN {print ENVIRON[x]}"`' alias gawkpath_prepend 'if (! $?AWKPATH) setenv AWKPATH ""; if ($AWKPATH == "") then; unsetenv AWKPATH; setenv AWKPATH `gawk -v x=AWKPATH "BEGIN {print ENVIRON[x]}"`; endif; setenv AWKPATH "\!*"":$AWKPATH"' alias gawkpath_append 'if (! $?AWKPATH) setenv AWKPATH ""; if ($AWKPATH == "") then; unsetenv AWKPATH; setenv AWKPATH `gawk -v x=AWKPATH "BEGIN {print ENVIRON[x]}"`; endif; setenv AWKPATH "$AWKPATH"":\!*"' alias gawklibpath_default 'unsetenv AWKLIBPATH; setenv AWKLIBPATH `gawk -v x=AWKLIBPATH "BEGIN {print ENVIRON[x]}"`' alias gawklibpath_prepend 'if (! $?AWKLIBPATH) setenv AWKLIBPATH ""; if ($AWKLIBPATH == "") then; unsetenv AWKLIBPATH; setenv AWKLIBPATH `gawk -v x=AWKLIBPATH "BEGIN {print ENVIRON[x]}"`; endif; setenv AWKLIBPATH "\!*"":$AWKLIBPATH"' alias gawklibpath_append 'if (! $?AWKLIBPATH) setenv AWKLIBPATH ""; if ($AWKLIBPATH == "") then; unsetenv AWKLIBPATH; setenv AWKLIBPATH `gawk -v x=AWKLIBPATH "BEGIN {print ENVIRON[x]}"`; endif; setenv AWKLIBPATH "$AWKLIBPATH"":\!*"'