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

14
.bash/hooks/README.md Normal file
View File

@@ -0,0 +1,14 @@
# Hook Scripts
Bash hook scripts executed at specific points during shell operation.
## Files
- `oncd` - Executed on directory change
- `onprompt` - Executed when displaying prompt
## Important Notes
- Hooks should be fast and non-blocking
- Currently minimal implementations
- Can be extended for additional functionality