comparison dot_zshrc @ 710:8dcfa2682a75

fix: set color of completion to black
author zegervdv <zegervdv@me.com>
date Thu, 27 Oct 2022 07:25:06 +0000
parents 0a59c00d64d9
children 587765960227
comparison
equal deleted inserted replaced
709:0a59c00d64d9 710:8dcfa2682a75
269 export SUDO_EDITOR=$(which nvim) 269 export SUDO_EDITOR=$(which nvim)
270 eval "$(direnv hook zsh)" 270 eval "$(direnv hook zsh)"
271 271
272 zstyle ':completion:*:descriptions' format '[%d]' 272 zstyle ':completion:*:descriptions' format '[%d]'
273 zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup 273 zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup
274 zstyle ':fzf-tab:*' default-color $'\033[30m'
274 zsh-defer source ~/.zsh/fzf-tab/fzf-tab.plugin.zsh 275 zsh-defer source ~/.zsh/fzf-tab/fzf-tab.plugin.zsh
275 276
276 zsh-defer source ~/.zsh/zsh-history-substring-search.zsh 277 zsh-defer source ~/.zsh/zsh-history-substring-search.zsh
277 export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=cyan,fg=white' 278 export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=cyan,fg=white'
278 279