From 1574f0ecf55c31d1f53022e4633331071daa2e39 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sat, 28 Mar 2026 14:08:19 +0100 Subject: [PATCH] Added init for fzf --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 06e16cf..510da27 100644 --- a/.zshrc +++ b/.zshrc @@ -136,3 +136,5 @@ eval "$(atuin init zsh --disable-up-arrow)" [[ -f /home/thierry/.dart-cli-completion/zsh-config.zsh ]] && . /home/thierry/.dart-cli-completion/zsh-config.zsh || true ## [/Completion] +# Set up fzf key bindings and fuzzy completion +source <(fzf --zsh)