]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/005history-cfg.zsh
No mmfileget, because of mmc
[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=(
4     "link-for-*"
5     "sdcv *"
6     "t *"
7     "yt* *"
8     arr
9     t
10 )
11 HISTORY_IGNORE="(${(j:|:)history_ignore})"