From 228313a5a34dfa3396eea98faf8fa001c2baac89 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 7 Jun 2023 09:26:10 +0200 Subject: [PATCH] add fzf integration --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0d5334f..c3b3a2e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -38,3 +38,8 @@ fi source ${zsh_plugins}.zsh eval $(keychain --eval --quiet id_ed25519) + +# fzf integration +source /usr/share/fzf/key-bindings.zsh +source /usr/share/fzf/completion.zsh +