]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/005history-cfg.zsh
Make zathura configuration file aware
[dotfiles.git] / zsh / .zsh / rc / 005history-cfg.zsh
1 setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY EXTENDED_HISTORY
2 setopt HIST_IGNORE_SPACE HIST_IGNORE_ALL_DUPS
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})"