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