bash.d/20-debuginfod
Ole-Morten Duesund b8f2634d93 Integrate old-svovel config: paths, aliases, completions
Add ~/bin PATH, rbenv (disabled), debuginfod, sccache, LESS/ag/task
aliases, and cargo/rustup completions. Removes old-svovel/ directory.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 21:19:13 +01:00

7 lines
309 B
Text
Executable file

# shellcheck shell=bash
# Configure debuginfod for automatic debug symbol downloads
# shellcheck disable=SC2254
if compgen -G '/usr/lib/*/libdebuginfod.so*' &>/dev/null; then
export DEBUGINFOD_URLS="https://debuginfod.debian.net/ https://debuginfod.fedoraproject.org/"
export DEBUGINFOD_PROGRESS=1
fi