[Fix #120] Add README for trap
This commit is contained in:
parent
9ed470d77c
commit
19114d8323
1 changed files with 18 additions and 0 deletions
18
modules/trap/README.md
Normal file
18
modules/trap/README.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
trap
|
||||
====
|
||||
|
||||
Provides functions to trap Unix signals in Zsh.
|
||||
|
||||
Functions
|
||||
---------
|
||||
|
||||
- `add-zsh-trap` adds a trap for Unix signal with a provided callback function.
|
||||
|
||||
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…
Add table
Reference in a new issue