| programs.zsh.history.ignoreAllDups | If a new command line being added to the history list
duplicates an older one, the older command is removed
from the list (even if it is not the previous event).
|
| programs.zsh.history.share | Share command history between zsh sessions.
|
| programs.zsh.history.ignoreDups | Do not enter command lines into the history list
if they are duplicates of the previous event.
|
| programs.zsh.history.ignoreSpace | Do not enter command lines into the history list
if the first character is a space.
|
| programs.zsh.history.ignorePatterns | Do not enter command lines into the history list
if they match any one of the given shell patterns.
|