Merge sorin-ionescu/prezto/pull/1214

This commit is contained in:
Federico Castagnini 2016-12-29 00:24:50 -05:00
commit e145bb4ea0
No known key found for this signature in database
GPG key ID: B8F54AA3DB400B54
4 changed files with 30 additions and 0 deletions

3
.gitmodules vendored
View file

@ -25,3 +25,6 @@
[submodule "modules/deer/external"]
path = modules/deer/external
url = https://github.com/Vifon/deer.git
[submodule "modules/zsh-notify/external"]
path = modules/zsh-notify/external
url = https://github.com/marzocchi/zsh-notify.git

View file

@ -0,0 +1,21 @@
zsh-notify
====
[zsh-notidy][1] is a plugin for the Z shell that posts desktop notifications when a command terminates with a non-zero exit status or when it took more than 30 seconds to complete, if the terminal application is in the background (or the terminal tab is inactive).
Install
-------
When using the default notifier notifications are posted using [terminal-notifier.app][2] on Mac OS X and notify-send on other systems.
Authors
-------
*The authors of this module should be contacted via the [issue tracker][3].*
- [Rui Coelho](https://github.com/rjcoelho)
- [Sorin Ionescu](https://github.com/sorin-ionescu)
[1]: https://github.com/marzocchi/zsh-notify
[2]: https://github.com/alloy/terminal-notifier
[3]: https://github.com/sorin-ionescu/prezto/issues

@ -0,0 +1 @@
Subproject commit 1b0ba73aa472672239f431245974ea408ed07921

View file

@ -0,0 +1,5 @@
#
# Load zsh-notify Module
#
source "${0:h}/external/notify.plugin.zsh"