]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/005history-cfg.zsh
a07ac8a4c4b27a9b76f7452af2ac2d49b3dbbed2
[dotfiles.git] / zsh / .zsh / rc / 005history-cfg.zsh
1 setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY HIST_IGNORE_ALL_DUPS
2 setopt HIST_IGNORE_SPACE
3 local history_ignore=("yt* *" "t *" t "sdcv *" "mmfileget *" arr)
4 HISTORY_IGNORE="(${(j:|:)history_ignore})"