This commit is contained in:
parent
74a2b355f6
commit
32f7c38016
|
@ -21,7 +21,7 @@ DONE_MIN_CMD_DURATION=15 # Default: 5
|
||||||
Uses `grep -P` (Perl syntax) to filter out commands that should never notify.
|
Uses `grep -P` (Perl syntax) to filter out commands that should never notify.
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
DONE_MIN_CMD_DURATION='^\sgit (?!push|pull|fetch)' # Default: ''
|
DONE_EXCLUDE='^\sgit (?!push|pull|fetch)' # Default: ''
|
||||||
```
|
```
|
||||||
|
|
||||||
### Play a sound when sending notification
|
### Play a sound when sending notification
|
||||||
|
|
Loading…
Reference in a new issue