пока эту траблу не решу, остальные 2 системы переводить на зсш не собираюсь
# ADEQUATE HISTORY SEARCH
source ~/.zsh/historySubstringSearch.zsh
setopt EXTENDED_HISTORY
setopt HIST_EXPIRE_DUPS_FIRST
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_IGNORE_SPACE
setopt HIST_FIND_NO_DUPS
setopt HIST_BEEP
export HISTFILE=~/.zsh_history
export SAVEHIST=10000
export HISTSIZE=50000
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND=default
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND=default
export HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true
export HISTORY_SUBSTRING_SEARCH_FUZZY=true
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
Не благодари