From e7db7d41e7b907ee0d027adb95d2298b6702bafc Mon Sep 17 00:00:00 2001 From: phansible Date: Wed, 29 Jan 2025 11:13:56 -0500 Subject: [PATCH] Update the way FZF sources shell integration --- .fzf.zsh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.fzf.zsh b/.fzf.zsh index bf550fc..de8327f 100644 --- a/.fzf.zsh +++ b/.fzf.zsh @@ -9,8 +9,10 @@ export FZF_DEFAULT_COMMAND="find . \( -name .git -o -name .stversions \) -prune # Auto-completion # --------------- -source "$HOME/.fzf/shell/completion.zsh" +#source "$HOME/.fzf/shell/completion.zsh" # Key bindings # ------------ -source "$HOME/.fzf/shell/key-bindings.zsh" +#source "$HOME/.fzf/shell/key-bindings.zsh" +# +source <(fzf --zsh)