Mercurial > dotfiles
changeset 650:da1e79692928
Set color of zsh history substring search
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 05 Sep 2022 08:49:22 +0200 |
parents | cc06db32b946 |
children | c6ce12cfc85f |
files | dot_zshrc |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_zshrc Fri Sep 02 07:39:58 2022 +0200 +++ b/dot_zshrc Mon Sep 05 08:49:22 2022 +0200 @@ -13,7 +13,6 @@ PROMPT=$'%F{#2f6f9f}%K{#f4faff}%T%f%k %F{red}%m%f %F{#7653c1}%K{#f3f2ff}%~%b%f%k %j ->\u00A0' - vim_ins_mode="%F{black}%K{yellow} INS %k%f" vim_cmd_mode="%F{white}%K{red} NRM %k%f" vim_vis_mode="%F{black}%K{blue} VIS %k%f" @@ -233,7 +232,7 @@ eval "$(direnv hook zsh)" source ~/.zsh/zsh-history-substring-search.zsh -export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=green,fg=black' +export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=cyan,fg=white' source ~/.zsh/zsh-autosuggestions.zsh