home: zsh: ignore more commands for notification
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-08-04 14:28:34 +00:00
parent 7786c591b5
commit f94fc468aa

View file

@ -14,10 +14,12 @@ in
exclude = mkOption { exclude = mkOption {
type = with types; listOf str; type = with types; listOf str;
default = [ default = [
"bat"
"delta" "delta"
"direnv reload" "direnv reload"
"fg" "fg"
"git (?!push|pull|fetch)" "git (?!push|pull|fetch)"
"home-manager (?!switch|build|news)"
"htop" "htop"
"less" "less"
"man" "man"