1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 15:50:28 +00:00
prezto/modules/trap/README.md

22 lines
422 B
Markdown
Raw Normal View History

2012-06-12 19:35:47 +00:00
Trap
====
Provides for trapping UNIX signals and calling callback functions when a trap
is triggered.
Functions
---------
- `add-zsh-trap` adds a function name to a list to be called when a trap is
triggered.
Authors
-------
*The authors of this module should be contacted via the [issue tracker][1].*
- [Sorin Ionescu](https://github.com/sorin-ionescu)
[1]: https://github.com/sorin-ionescu/prezto/issues
2012-06-12 19:35:47 +00:00