1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-08-02 07:09:25 +00:00

[Fix #245] Merge trap into helper

This commit is contained in:
Sorin Ionescu
2012-09-08 19:15:48 -04:00
parent e5e26eccff
commit 3d5e302777
3 changed files with 1 additions and 1 deletions

21
modules/helper/README.md Normal file
View File

@ -0,0 +1,21 @@
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