feat(zbell): add option not to use notify-send (#10082)

This commit is contained in:
Matthieu Baerts
2021-12-29 10:38:00 +01:00
committed by GitHub
parent 65bbd24eec
commit 8d58994d76
2 changed files with 18 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ These settings need to be set in your zshrc file, before Oh My Zsh is sourced.
zbell_ignore=($EDITOR $PAGER)
```
- `zbell_use_notify_send`: If set to `true`, `notify-send` tool is used -- if
available -- to display a popup on the screen. Default: `true` (enabled).
## Author
Adapted from an original version by [Jean-Philippe Ouellet](https://github.com/jpouellet).