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>
This commit is contained in:
parent
8df7eab370
commit
b8f2634d93
7 changed files with 48 additions and 0 deletions
5
20-sccache
Executable file
5
20-sccache
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
# shellcheck shell=bash
|
||||
# Configure sccache (shared compilation cache)
|
||||
if command -v sccache &>/dev/null; then
|
||||
export SCCACHE_CACHE_SIZE="40G"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue