]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/005history-cfg.zsh
Change cursor's colour based on vi-mode
[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})"