[zsh] disable highlighting source from fzf-tab-completion submodule

This commit is contained in:
odrling 2023-11-27 19:45:37 +01:00
parent 67ae3702ce
commit 77b2f95bde
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

7
.zshrc
View file

@ -16,13 +16,9 @@ autoload -Uz _zinit
# load modules
zinit light zsh-users/zsh-completions
zinit ice has'fzf'; zinit light Aloxaf/fzf-tab
zinit light zsh-users/zsh-autosuggestions
zinit light z-shell/F-Sy-H
[ -z "$NVIM" ] && (zinit ice wait ""; zinit light jeffreytse/zsh-vi-mode)
command -v direnv 2>&1 > /dev/null && source <(direnv hook zsh)
zinit ice wait"1" lucid
zinit light chisui/zsh-nix-shell
@ -31,6 +27,9 @@ zinit ice has'fzf' wait lucid; zinit snippet https://raw.githubusercontent.com/j
zinit ice wait"1" lucid
zinit snippet https://raw.githubusercontent.com/hkbakke/bash-insulter/master/src/bash.command-not-found
source ~/.bash/fzf-tab-completion/zsh/fzf-zsh-completion.sh
command -v direnv 2>&1 > /dev/null && source <(direnv hook zsh)
if command -v starship 2>&1 > /dev/null; then
source <(starship init zsh --print-full-init)
else