[zsh] load fzf-tab-completion with zinit

This commit is contained in:
odrling 2023-11-27 19:52:51 +01:00
parent 77b2f95bde
commit 9732beb49a
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

2
.zshrc
View file

@ -27,7 +27,7 @@ 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
zinit ice has'fzf' wait lucid; zinit snippet ~/.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