PATH:
etc
/
profile.d
# Check for interactive bash and that we haven't already been sourced. [ -z "$BASH_VERSION" -o -z "$PS1" -o -n "$BASH_COMPLETION_COMPAT_DIR" ] && return # Check for recent enough version of bash. bash=${BASH_VERSION%.*}; bmajor=${bash%.*}; bminor=${bash#*.} if [ $bmajor -gt 4 ] || [ $bmajor -eq 4 -a $bminor -ge 1 ]; then [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/bash_completion" ] && \ . "${XDG_CONFIG_HOME:-$HOME/.config}/bash_completion" if shopt -q progcomp && [ -r /usr/share/bash-completion/bash_completion ]; then # Source completion code. . /usr/share/bash-completion/bash_completion fi fi unset bash bmajor bminor
[+]
..
[-] csh.local
[edit]
[-] sh.local
[edit]
[-] colorgrep.csh
[edit]
[-] colorgrep.sh
[edit]
[-] colorls.csh
[edit]
[-] colorls.sh
[edit]
[-] which2.csh
[edit]
[-] which2.sh
[edit]
[-] less.csh
[edit]
[-] less.sh
[edit]
[-] 256term.csh
[edit]
[-] 256term.sh
[edit]
[-] lang.csh
[edit]
[-] lang.sh
[edit]
[-] vim.csh
[edit]
[-] vim.sh
[edit]
[-] abrt-console-notification.sh
[edit]
[-] bash_completion.sh
[edit]
[-] cpanel-php-composer.sh
[edit]
[-] bash_timestamps.sh
[edit]
[-] cpanel-user-commands.sh
[edit]
[-] locallib.sh
[edit]
[-] locallib.csh
[edit]
[-] systemd-network.sh
[edit]