home: zsh: ignore more commands for notification
This commit is contained in:
parent
6539471186
commit
eb668525f8
|
@ -22,6 +22,7 @@ in
|
||||||
exclude = mkOption {
|
exclude = mkOption {
|
||||||
type = with types; listOf str;
|
type = with types; listOf str;
|
||||||
default = [
|
default = [
|
||||||
|
"delta"
|
||||||
"direnv reload"
|
"direnv reload"
|
||||||
"fg"
|
"fg"
|
||||||
"git (?!push|pull|fetch)"
|
"git (?!push|pull|fetch)"
|
||||||
|
|
Loading…
Reference in a new issue