programs.bash.historyIgnore

List of commands that should not be saved to the history list.

Type
list of string
Default
[ ]
Example
[
  "ls"
  "cd"
  "exit"
]
Declared
<home-manager/modules/programs/bash.nix>