From 19114d8323afd63721dfa1a743a562100d736725 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Tue, 12 Jun 2012 19:28:49 +0200 Subject: [PATCH] [Fix #120] Add README for trap --- modules/trap/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/trap/README.md diff --git a/modules/trap/README.md b/modules/trap/README.md new file mode 100644 index 00000000..8adc60f6 --- /dev/null +++ b/modules/trap/README.md @@ -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