-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The point of this project is to hook into parts of the Bash system to allow functions to be run. However, the Bash system is complex, users of this project may have complex configurations, and there may be other parts trying to do similar things as this project. In those cases, it would be better for users if we do not assume that we are the only ones doing anything interesting.
Concretely, this means:
- We should not replace the
PROMPT_COMMANDif it exists and is not empty. - We should not clear the
DEBUGtrap (i.e. viatrap DEBUG) if it is already set.
However, since the user may not be away of these conflicts, we should warn them when they occur.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels