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