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>
5 lines
150 B
Text
Executable file
5 lines
150 B
Text
Executable file
# shellcheck shell=bash
|
|
# Configure sccache (shared compilation cache)
|
|
if command -v sccache &>/dev/null; then
|
|
export SCCACHE_CACHE_SIZE="40G"
|
|
fi
|