home: zsh: ignore more commands for notification
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
7786c591b5
commit
f94fc468aa
1 changed files with 2 additions and 0 deletions
|
|
@ -14,10 +14,12 @@ in
|
|||
exclude = mkOption {
|
||||
type = with types; listOf str;
|
||||
default = [
|
||||
"bat"
|
||||
"delta"
|
||||
"direnv reload"
|
||||
"fg"
|
||||
"git (?!push|pull|fetch)"
|
||||
"home-manager (?!switch|build|news)"
|
||||
"htop"
|
||||
"less"
|
||||
"man"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue