# Check for interactive bash and that we haven't already been sourced. if [ -n "${BASH_VERSION-}" -a -n "${PS1-}" -a -z "${BASH_COMPLETION_VERSINFO-}" ]; then # Check for recent enough version of bash. if [ ${BASH_VERSINFO[0]} -gt 4 ] || \ [ ${BASH_VERSINFO[0]} -eq 4 -a ${BASH_VERSINFO[1]} -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 fi
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
01-locale-fix.sh | File | 96 B | 0644 |
|
Z97-byobu.sh | File | 1.52 KB | 0644 |
|
Z99-cloud-locale-test.sh | File | 3.34 KB | 0755 |
|
Z99-cloudinit-warnings.sh | File | 873 B | 0755 |
|
apps-bin-path.sh | File | 835 B | 0644 |
|
bash_completion.sh | File | 664 B | 0644 |
|
cedilla-portuguese.sh | File | 1003 B | 0644 |
|
vte-2.91.sh | File | 1.9 KB | 0644 |
|