From 8290a3282592f89c65bf088d50ff8126156e62c2 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Sat, 24 May 2025 13:19:50 +0500 Subject: [PATCH] added fzf to zsh config --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index bd749d7..3a15581 100644 --- a/.zshrc +++ b/.zshrc @@ -64,6 +64,9 @@ zinit load zsh-users/zsh-syntax-highlighting zinit load zsh-users/zsh-autosuggestions # zinit light marlonrichert/zsh-autocomplete +# use fzf menu for history search, etc +source <(fzf --zsh) + # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh