mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
feat(zbell): add option not to use notify-send (#10082)
This commit is contained in:
parent
65bbd24eec
commit
8d58994d76
2 changed files with 18 additions and 2 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue