bash.d/10-rbenv-path
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
210 B
Text

# shellcheck shell=bash
# Set up rbenv (Ruby version manager)
# Disabled by default (chmod +x to enable)
path_prepend "$HOME/.rbenv/bin"
if command -v rbenv &>/dev/null; then
eval "$(rbenv init - bash)"
fi