doc: fix typo
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-02-15 16:36:41 +00:00
parent 74a2b355f6
commit 32f7c38016

View file

@ -21,7 +21,7 @@ DONE_MIN_CMD_DURATION=15 # Default: 5
Uses `grep -P` (Perl syntax) to filter out commands that should never notify.
```zsh
DONE_MIN_CMD_DURATION='^\sgit (?!push|pull|fetch)' # Default: ''
DONE_EXCLUDE='^\sgit (?!push|pull|fetch)' # Default: ''
```
### Play a sound when sending notification