/etc/profile.d
# shellcheck shell=sh # Initialization script for bash, sh, mksh and ksh if [ -r /proc/$$/exe ]; then SHELLNAME=$(basename $(readlink /proc/$$/exe)) else SHELLNAME="unknown" fi case "$SHELLNAME" in *ksh*) which_declare="" which_opt="" ;; zsh) which_declare="typeset -f" which_opt="" ;; bash|sh) which_declare="declare -f" which_opt="-f" ;; *) which_declare="" which_opt="" ;; esac function which { (alias; eval ${which_declare}) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@ } export which_declare export ${which_opt} which
.
Edit
..
Edit
bash_timestamps.sh
Edit
colorgrep.csh
Edit
colorgrep.sh
Edit
colorls.csh
Edit
colorls.sh
Edit
colorsysstat.csh
Edit
colorsysstat.sh
Edit
colorxzgrep.csh
Edit
colorxzgrep.sh
Edit
colorzgrep.csh
Edit
colorzgrep.sh
Edit
cpanel-user-commands.sh
Edit
csh.local
Edit
debuginfod.csh
Edit
debuginfod.sh
Edit
flatpak.sh
Edit
gawk.csh
Edit
gawk.sh
Edit
lang.csh
Edit
lang.sh
Edit
less.csh
Edit
less.sh
Edit
locallib.csh
Edit
locallib.sh
Edit
modules.csh
Edit
modules.sh
Edit
scl-init.csh
Edit
scl-init.sh
Edit
sh.local
Edit
which2.csh
Edit
which2.sh
Edit