░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/snap/core/17292/etc/profile.d
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: bash_completion.sh
# Check for interactive bash and that we haven't already been sourced. if [ -n "$BASH_VERSION" -a -n "$PS1" -a -z "$BASH_COMPLETION_COMPAT_DIR" ]; then # 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 fi
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 bash_completion.sh
SH
663 B
2016-05-18 09:19
EDIT
📄 Z99-cloud-locale-test.sh
SH
20 B
2026-02-25 16:31
EDIT
📄 Z99-cloudinit-warnings.sh
SH
873 B
2025-07-28 18:21
EDIT