programs.zsh.history.ignorePatterns

Home-Manager option

Do not enter command lines into the history list if they match any one of the given shell patterns.

type: list of string
Default
[ ]
Example
[ "rm *" "pkill *" ]
declared in: <home-manager/modules/programs/zsh/history.nix>source unavailable