Sorin Ionescu
13 years ago
2 changed files with 23 additions and 2 deletions
@ -0,0 +1,21 @@
@@ -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/oh-my-zsh/issues |
||||
|
Loading…
Reference in new issue