PATH:
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
[-] colorsysstat.csh
[edit]
[-] flatpak.sh
[edit]
[-] colorsysstat.sh
[edit]
[-] colorgrep.csh
[edit]
[-] colorzgrep.csh
[edit]
[-] colorxzgrep.sh
[edit]
[-] lang.csh
[edit]
[-] debuginfod.csh
[edit]
[-] sh.local
[edit]
[-] scl-init.sh
[edit]
[-] colorls.csh
[edit]
[-] less.sh
[edit]
[-] modules.sh
[edit]
[-] bash_completion.sh
[edit]
[-] colorzgrep.sh
[edit]
[-] gawk.csh
[edit]
[-] which2.sh
[edit]
[-] debuginfod.sh
[edit]
[+]
..
[-] less.csh
[edit]
[-] modules.csh
[edit]
[-] csh.local
[edit]
[-] colorgrep.sh
[edit]
[-] colorxzgrep.csh
[edit]
[-] gawk.sh
[edit]
[-] colorls.sh
[edit]
[-] locallib.sh
[edit]
[-] lang.sh
[edit]
[-] bash_timestamps.sh
[edit]
[-] cpanel-user-commands.sh
[edit]
[-] which2.csh
[edit]
[-] scl-init.csh
[edit]
[-] locallib.csh
[edit]