refacts bash/profile setup

This commit is contained in:
2026-04-21 11:19:45 +02:00
parent 5bd960d386
commit f150ed2750
52 changed files with 3446 additions and 724 deletions

19
.bash/shell/README.md Normal file
View File

@@ -0,0 +1,19 @@
# Shell Configuration
Shell-specific bash configurations controlling shell behavior and appearance.
## Files
- `index.sh` - Main entry point
- `bindings.sh` - Key bindings and editor settings
- `complete-alias/` - Alias completion system with test suite (submodule)
- `completion/` - Completion function scripts
- `completion.sh` - Tab completion configurations
- `config.sh` - General shell settings
- `history.sh` - History control
- `ux.sh` - Prompt and UI/UX configuration (renamed from ui.sh)
## Important Notes
- Controls how bash behaves and looks
- Automatically sourced by main `.bashrc`