Move inline .bashrc config into modular .bash.d/ scripts
Extracted history, shell options, dircolors, rbenv, ~/.local/bin PATH, and Maestro PATH from ~/.bashrc into dedicated .bash.d/ files, reducing .bashrc from 126 lines to a minimal 23-line loader. New files: - 10-local-path: ~/.local/bin via path_prepend - 10-maestro-path: ~/.maestro/bin via path_append - 20-rbenv: rbenv init with existence guard - 30-shell-options: history, checkwinsize, dircolors Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b8f2634d93
commit
6cc9123807
5 changed files with 33 additions and 1 deletions
3
10-maestro-path
Executable file
3
10-maestro-path
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
# shellcheck shell=bash
|
||||
# Add Maestro (mobile UI testing framework) to PATH
|
||||
path_append "$HOME/.maestro/bin"
|
||||
Loading…
Add table
Add a link
Reference in a new issue