15 lines
328 B
Markdown
15 lines
328 B
Markdown
# 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
|