From 32ee61f20333bac5dc6c82f7a746993391289ab9 Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Fri, 7 Jun 2024 12:53:25 +0200 Subject: [PATCH] add support for fzf --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 09dd651..858a34b 100644 --- a/.zshrc +++ b/.zshrc @@ -169,6 +169,10 @@ autoload -U edit-command-line zle -N edit-command-line bindkey '^xe' edit-command-line +if iscmd fzf; then + source <(fzf --zsh); +fi + DISABLE_MAGIC_FUNCTIONS=true source $OTHER/func.zsh source "$plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"