Update the way FZF sources shell integration

This commit is contained in:
2025-01-29 11:13:56 -05:00
parent 5bfa36bce1
commit e7db7d41e7

View File

@@ -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)