PHP 8.5.2
Preview: bash_completion.sh Size: 726 B
//etc/profile.d/bash_completion.sh

# shellcheck shell=sh disable=SC1091,SC2039,SC2166
# Check for interactive bash and that we haven't already been sourced.
if [ "x${BASH_VERSION-}" != x -a "x${PS1-}" != x -a "x${BASH_COMPLETION_VERSINFO-}" = x ]; then

    # Check for recent enough version of bash.
    if [ "${BASH_VERSINFO[0]}" -gt 4 ] ||
        [ "${BASH_VERSINFO[0]}" -eq 4 -a "${BASH_VERSINFO[1]}" -ge 2 ]; 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

fi

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
96 B lrw-r--r-- 2024-04-22 13:04:27
Edit Download
840 B lrw-r--r-- 2025-11-21 07:08:02
Edit Download
726 B lrw-r--r-- 2023-09-18 00:38:13
Edit Download
1.08 KB lrw-r--r-- 2024-03-31 05:33:52
Edit Download
757 B lrw-r--r-- 2024-03-31 05:33:52
Edit Download
1.52 KB lrw-r--r-- 2024-02-10 17:03:36
Edit Download
3.32 KB lrwxr-xr-x 2025-08-12 21:19:32
Edit Download
841 B lrwxr-xr-x 2025-08-12 21:19:32
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).